How to Hide the "ادوایزد" Admin Menu

function plt_hide_adwised_menus() {
	//Hide the "ادوایزد" menu.
	remove_menu_page('adwised');
}

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

Where do I put this code?