Viewing 1 replies (of 1 total)
  • Thread Starter dados

    (@dados)

    right now I done it with this code

    function wpmoly_menu_page_removing() {
      remove_menu_page('edit.php?post_type=movie');
    }
    add_action( 'admin_menu', 'wpmoly_menu_page_removing' );
Viewing 1 replies (of 1 total)

The topic ‘Duplicate Admin menu’ is closed to new replies.