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