function plt_hide_post_like_menus() { //Hide the "Settings → Post Like Settings" menu. remove_submenu_page('options-general.php', 'post_like_options'); } add_action('admin_menu', 'plt_hide_post_like_menus', 11);
Where do I put this code?