function plt_hide_little_notes_menus() { //Hide the "Settings → Little Notes" menu. remove_submenu_page('options-general.php', 'little-notes-admin'); } add_action('admin_menu', 'plt_hide_little_notes_menus', 11);
Where do I put this code?