Skip to content

Instantly share code, notes, and snippets.

View vandanojan's full-sized avatar

Vanda Nojan | وندا نوژن vandanojan

View GitHub Profile
<?php
function fix_wp_sitemap_whitespace($input) {
$allowed = false;
$found = false;
foreach (headers_list() as $header) {
if (preg_match("/^content-type:\s+(text\/(html|application\/(xhtml\+xml|atom\+xml|xml)))/i", $header)) {
$allowed = true;