• In 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 😉

The topic ‘Small fix’ is closed to new replies.