Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey Pako,

    Yeah that’s possible you just need to use the right priority in your hooks, use the priority 100 at least:

    function remove_menus(){
      remove_menu_page( 'wysija_campaigns' );
    }
    add_action( 'admin_menu', 'remove_menus',100 );

    Cheers

    Thread Starter pako69

    (@pako69)

    thank you Ben

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Restric admin for super-admin only?’ is closed to new replies.