function plt_hide_qomon_menus() { //Hide the "Qomon" menu. remove_menu_page('qomon-plugin'); } add_action('admin_menu', 'plt_hide_qomon_menus', 11);
Where do I put this code?