function plt_hide_marvy_animation_addons_for_elementor_lite_menus() { //Hide the "Marvy Animation" menu. remove_menu_page('marvy-animation'); } add_action('admin_menu', 'plt_hide_marvy_animation_addons_for_elementor_lite_menus', 11);
Where do I put this code?