Please add to to filter
// This Allow Lang Tag from XSL
$allowedposttags['html'] = array(
'lang' => array(),
);
<html xmlns="https://www.w3.org/1999/xhtml" lang="en">
<head>
<title>XML Sitemap</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="This file was dynamically generated using the WordPress content management system and XML Sitemap Generator for Google by Auctollo." />
This will be resolved BING
WARNING : Meta Language tag missing
What is the issue about?
The page is missing meta language information. The Meta Language information is used as a hint to help us understand the intended language and country/region the page content applies to. This can help if your site is not hosted in the country/region. Use the “content-language” meta tag to embed the culture code in the <head> section of your page. For example, <meta http-equiv=’content-language’ content=’en-gb’> indicates that the page is in English and intended for the the United Kingdom. Alternatively, you can use <html lang=’en-gb’> or <title lang=’en-gb’ />.
THIS IS FIXED VERSION WITH ALL FIXES: XSL + Core.php
Download 4.1.21 Fixed: https://www.transfernow.net/dl/20240807XoPXNMYs
VirusTotal: https://www.virustotal.com/gui/file/b3e298962ffd5db0aad4c05368f63ccf352ba6c8b6de7547784026378a6b0f19?nocache=1
Changes
$allowedposttags['meta'] = array(
'name' => array(),
'content' => array(),
'http-equiv' => array(),
);
$allowedposttags['html'] = array(
'lang' => array(),
);
XSL
<html xmlns="https://www.w3.org/1999/xhtml" lang="en"> and <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="This file was dynamically generated using the WordPress content management system and XML Sitemap Generator for Google by Auctollo." /><html xmlns="https://www.w3.org/1999/xhtml" lang="en"> and