wp_get_mu_plugins
- %1$s is private and should not be used in themes or plugins directly.
wp_get_mu_plugins ( No parameters )
Access:Returns:- (string[]) Array of absolute paths of files to include.
Defined at: - Introduced in WordPress: 3.0.0
- Deprecated in WordPress: —
Description
Retrieves an array of must-use plugin files.The default directory is wp-content/mu-plugins. To change the default
directory manually, define `WPMU_PLUGIN_DIR` and `WPMU_PLUGIN_URL`
in wp-config.php.