function plt_hide_channel_io_menus() { //Hide the "Channel.io" menu. remove_menu_page('channel_io'); } add_action('admin_menu', 'plt_hide_channel_io_menus', 11);
Where do I put this code?