function plt_hide_guild_roster_importer_for_wow_menus() { //Hide the "Guild Roster" menu. remove_menu_page('guilroim-settings'); } add_action('admin_menu', 'plt_hide_guild_roster_importer_for_wow_menus', 11);
Where do I put this code?