Conversation
supportIn order to fix the following: PHP Deprecated: Non-static method DisablePlugins::instance() should not be called statically in .../wp-content/mu-plugins/disable-plugins.php on line 196 edit disable-plugins.php and replace DisablePlugins::instance(); at the bottom with this: $var = new DisablePlugins(); $var->instance(); Hope this helps someone 馃槈
No comments were stored for this source.