function plt_hide_html5_cumulus_menus() { //Hide the "Settings → HTML5 Cumulus" menu. remove_submenu_page('options-general.php', 'html5-cumulus.php'); } add_action('admin_menu', 'plt_hide_html5_cumulus_menus', 11);
Where do I put this code?