function plt_hide_all_contact_form_integration_for_elementor_menus() { //Hide the "Form Submissions" menu. remove_menu_page('submissions'); } add_action('admin_menu', 'plt_hide_all_contact_form_integration_for_elementor_menus', 11);
Where do I put this code?