Viewing 1 replies (of 1 total)
  • Hi pako,

    It took me a while but I got there in the end… you’ll need to specify a higher priority for the action, as so:

    function remove_menus(){
      remove_menu_page( 'metaslider' );
    }
    add_action( 'admin_menu', 'remove_menus', 9999);

    Regards,
    Tom.

Viewing 1 replies (of 1 total)
  • The topic ‘remove_menu_page('metaslider') do not work ?’ is closed to new replies.