wp_get_active_network_plugins
- %1$s is private and should not be used in themes or plugins directly.
wp_get_active_network_plugins ( No parameters )
Access:Returns:- (string[]) Array of absolute paths to files to include.
Defined at: - Introduced in WordPress: 3.1.0
- Deprecated in WordPress: —
Description
Returns array of network plugin files to be included in global scope.The default directory is wp-content/plugins. To change the default directory
manually, define `WP_PLUGIN_DIR` and `WP_PLUGIN_URL` in `wp-config.php`.