How to Hide the "mowomo Social Share" Admin Menu

function plt_hide_mowomo_redes_sociales_menus() {
	//Hide the "mowomo Social Share" menu.
	remove_menu_page('mowomo-dashboard');
}

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

Where do I put this code?