Viewing 1 replies (of 1 total)
  • Thread Starter Amit Sukapure

    (@amitsukapure)

    I found the answer. Hope it will help to someone,

    add_filter( ‘show_advanced_plugins’, ‘hide_plugin_list’, 10, 2 );
    function hide_plugin_list($show, $type)
    {
    if($type == ‘mustuse’) //if type is mustuse
    return false; //return false;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Hide mu-plugins list’ is closed to new replies.