Viewing 1 replies (of 1 total)
  • Plugin Author webaware

    (@webaware)

    G’day Marc,

    Have you modified the plugin in any way? It has that class method, so it should only be logging that error if you’ve removed / commented out the method.

    NB: that class method adds a menu item to the tools menu for testing SSL. I know that some people remove the menu item by removing the action with an init hook in a plugin:

    add_action('init', function() {
        remove_action('admin_menu', array(__CLASS__, 'adminMenu'));
    });

    cheers,
    Ross

Viewing 1 replies (of 1 total)
  • The topic ‘Insecure Content Fixer Error’ is closed to new replies.