function plt_hide_projecthuddle_child_site_menus() { //Hide the "Settings → SureFeedback" menu. remove_submenu_page('options-general.php', 'feedback-connection-options'); } add_action('admin_menu', 'plt_hide_projecthuddle_child_site_menus', 11);
Where do I put this code?