Thread Starter
mrwweb
(@mrwweb)
Tagging @suitpress on the off chance they don’t subscribe to the forum.
Thread Starter
mrwweb
(@mrwweb)
I’m wondering if this was some strange glitch with my local environment, as it’s working just fine now. I’m marking this as resolved, but people should respond if they run into this.
Hi, Mark Root-Wiley!
brief explanation: Automatically deactivate itself if some conditions are not met.
When you activate the this plug-in, retrieves the status of all currently active Yoast SEO plug-in, adds the plug-in to it and then runs installation callback.
//wordpress-seo-remove-branding.php - line 84
if (defined('WPSEO_VERSION') || is_plugin_active('wordpress-seo/wp-seo.php') || is_plugin_active('wordpress-seo/wp-seo-premium.php') || is_plugin_active('wordpress-seo-premium/wp-seo-premium.php')) {
run_wpseo_remove_branding();
} else {
deactivate_plugins(plugin_basename(__FILE__));
}
Please don’t hesitate to contact me if you have any further questions.