function plt_hide_byteonic_intake_menus() { //Hide the "Byteonic Intake" menu. remove_menu_page('byteonic-intake'); } add_action('admin_menu', 'plt_hide_byteonic_intake_menus', 11);
Where do I put this code?