function plt_hide_bluehost_site_migrator_menus() { //Hide the "Site Migrator" menu. remove_menu_page('bluehost-site-migrator'); } add_action('admin_menu', 'plt_hide_bluehost_site_migrator_menus', 11);
Where do I put this code?