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
In class-plugin-base.php, wp-content is hard coded and make it impossible to include a plugin anywhere outside of a directory not named wp-content (which can be the case when using custom WP_CONTENT_DIR or WPMU_PLUGIN_DIR).
In
class-plugin-base.php,wp-contentis hard coded and make it impossible to include a plugin anywhere outside of a directory not namedwp-content(which can be the case when using customWP_CONTENT_DIRorWPMU_PLUGIN_DIR).