function plt_hide_qmt_scroll_menus() { //Hide the "Settings → Scroll Top - Qubemet" menu. remove_submenu_page('options-general.php', 'qmt-scroll'); } add_action('admin_menu', 'plt_hide_qmt_scroll_menus', 11);
Where do I put this code?