[Resolved] Hiding the Element item from the backend

Home Forums Support [Resolved] Hiding the Element item from the backend

Home Forums Support Hiding the Element item from the backend

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1549032
    Gerva

    Good morning
    I’m trying to hide the Elements item from the backend menu.
    I have done several tests but without success

    remove_submenu_page('options-general.php','gp_elements' );
    remove_menu_page('gp_elements' );
    remove_menu_page( 'edit.php?post_type=gp_elements' );

    Suggestions?
    Thanks

    #1550540
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this:

    remove_submenu_page( 'themes.php', 'edit.php?post_type=gp_elements' );

    #1550646
    Gerva

    very good
    Thanks

    #1552927
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.