You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The connectors screen uses plugin.file to determine whether a Core connector should be displayed for an installed but inactive plugin. For plugins installed as mu-plugins, this can result in the connector not being displayed when the plugin is in use.
Connector registration should account for plugins activated via mu-plugins.
Description
The connectors screen uses
plugin.fileto determine whether a Core connector should be displayed for an installed but inactive plugin. For plugins installed as mu-plugins, this can result in the connector not being displayed when the plugin is in use.Connector registration should account for plugins activated via mu-plugins.
Follow up to #76909.
Step-by-step reproduction instructions
Note
I've created a PR to remove the Akismet connector for both the GB and wp-dev repos. If these have been merged you will need to use the commits below
plugins/akismetfolder tomu-plugins/akismetmu-plugins/a.phpwith the contentrequire_once __DIR__ . '/akismet/akismet.php';Screenshots, screen recording, code snippet
Installed as
mu-pluginEnvironment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Please confirm which theme type you used for testing.