function plt_hide_revechat_menus() { //Hide the "REVE Chat" menu. remove_menu_page('revechatsettings'); } add_action('admin_menu', 'plt_hide_revechat_menus', 11);
Where do I put this code?