Site logo

Archived topic

Hiding the Element item from the backend

3 replies · Started by Gerva on November 26, 2020

Viewing posts 1–4 of 4

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

Hi there,

Try this:

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

very good
Thanks

You're welcome :)

This archived topic is closed to new replies.