/** * Force Clean HTML Language Attribute * Best fix for Elementor + accessibility tools */ add_filter('language_attributes', 'force_clean_lang_attribute', 99); function force_clean_lang_attribute($output) { return 'lang="en-GB"'; }

Tag: Jared Kushner