10 | | 1. Move the initialization of Plugin Dependencies until after `do_action( 'muplugins_loaded' );` so that the Must-Use plugin's "loader" file can tell Core what its filename is via the `wp_plugin_dependencies_slug` hook. |
11 | | 2. Ensure all calls to `get_mu_plugins()` and `get_plugins()` ''update'' the `plugin_data` option, rather than replace it (as is currently done in `get_plugins()`. |
| 10 | 1. ~~Move the initialization of Plugin Dependencies until after `do_action( 'muplugins_loaded' );` so that the Must-Use plugin's "loader" file can tell Core what its filename is via the `wp_plugin_dependencies_slug` hook.~~ - Plugin Dependencies is no longer initialized in bootstrap. |
| 11 | 2. ~~Ensure all calls to `get_mu_plugins()` and `get_plugins()` ''update'' the `plugin_data` option, rather than replace it (as is currently done in `get_plugins()`.~~ - The `plugin_data` option no longer exists. |