How to Hide the "BeepBeep AI" Admin Menu

function plt_hide_beepbeep_ai_alt_text_generator_menus() {
	//Hide the "BeepBeep AI" menu.
	remove_menu_page('bbai');
}

add_action('admin_menu', 'plt_hide_beepbeep_ai_alt_text_generator_menus', 11);

Where do I put this code?