function plt_hide_page_links_to_menus() { //Hide the "Pages → Add Page Link" menu. remove_submenu_page('edit.php?post_type=page', 'plt-add-page-link'); } add_action('admin_menu', 'plt_hide_page_links_to_menus', 11);
Where do I put this code?