• Hi.
    Can you report cause of the remove plugin filters. PluginOrganizerMU.class.php
    add_filter(‘option_hack_file’, array($PluginOrganizerMU, ‘remove_plugin_filters’), 1);
    add_action(‘plugins_loaded’, array($PluginOrganizerMU, ‘remove_plugin_filters’), 1);
    Wp function “is_plugin_active” worked incorectly from plugins, becouse of this some errors appear (e.g from one plugin wich uses other plugin, like woocommerce)

The topic ‘remove plugin filters’ is closed to new replies.