<?php\n/** DH WebP Server - serves locally-generated .webp with <picture> fallback */\nif(!defined("ABSPATH")){exit;}\nadd_filter("the_content", function($content){\n    if(is_admin()){ return $content; }\n    if(strpos($content,"<img")===false){ return $content; }\n    $u = wp_get_upload_dir();\n    $baseurl = $u["baseurl"]; $basedir = $u["basedir"];\n    return preg_replace_callback("/<img\\b[^>]*>/i", function($m) use ($baseurl,$basedir){\n        $tag = $m[0];\n        if(!preg_match("/\\ssrc=[\"\x27]([^\"\x27]+\\.(?:png|jpe?g))[\"\x27]/i",$tag,$s)){ return $tag; }\n        $url = $s[1];\n        if(strpos($url,$baseurl)!==0){ return $tag; }\n        $webpUrl = $url.".webp";\n        $webpPath = str_replace($baseurl,$basedir,$url).".webp";\n        if(!@file_exists($webpPath)){ return $tag; }\n        return "<picture><source srcset=\"".esc_url($webpUrl)."\" type=\"image/webp\">".$tag."</picture>";\n    }, $content);\n}, 9999);\n<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//mysculptzone.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://mysculptzone.com/post-sitemap.xml</loc>
		<lastmod>2026-07-06T19:18:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mysculptzone.com/page-sitemap.xml</loc>
		<lastmod>2026-08-03T10:11:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mysculptzone.com/category-sitemap.xml</loc>
		<lastmod>2026-07-06T19:18:58+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->