  &lt;?php
/**
 * Plugin Name: COMAIN Speed Optimizer
 * Description: Fixed - no bare output
 * Version: 1.1
 */

add_filter(&#x27;script_loader_src&#x27;, &#x27;comain_remove_qs&#x27;, 15);
add_filter(&#x27;style_loader_src&#x27;, &#x27;comain_remove_qs&#x27;, 15);
function comain_remove_qs($src) {
    if (strpos($src, &#x27;?ver=&#x27;) !== false) $src = remove_query_arg(&#x27;ver&#x27;, $src);
    return $src;
}

add_action(&#x27;send_headers&#x27;, function() {
    header(&#x27;X-Frame-Options: SAMEORIGIN&#x27;);
    header(&#x27;X-Content-Type-Options: nosniff&#x27;);
    header(&#x27;Referrer-Policy: strict-origin-when-cross-origin&#x27;);
    header(&#x27;Permissions-Policy: geolocation=(), microphone=(), camera=()&#x27;);
    header(&#x27;X-XSS-Protection: 1; mode=block&#x27;);
});

add_action(&#x27;wp_head&#x27;, &#x27;comain_clean_wp_head&#x27;, 0);
function comain_clean_wp_head() {
    remove_action(&#x27;wp_head&#x27;, &#x27;print_emoji_detection_script&#x27;, 7);
    remove_action(&#x27;wp_print_styles&#x27;, &#x27;print_emoji_styles&#x27;);
    remove_action(&#x27;wp_head&#x27;, &#x27;rest_output_link_wp_head&#x27;, 10);
    remove_action(&#x27;wp_head&#x27;, &#x27;wp_oembed_add_discovery_links&#x27;);
    remove_action(&#x27;wp_head&#x27;, &#x27;wp_oembed_add_host_js&#x27;);
    remove_action(&#x27;wp_head&#x27;, &#x27;wlwmanifest_link&#x27;);
    remove_action(&#x27;wp_head&#x27;, &#x27;rsd_link&#x27;);
    remove_action(&#x27;wp_head&#x27;, &#x27;wp_shortlink_wp_head&#x27;);
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//kmceramic.company/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://kmceramic.company/post-sitemap.xml</loc>
		<lastmod>2026-07-13T13:26:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://kmceramic.company/page-sitemap.xml</loc>
		<lastmod>2026-07-11T13:34:52+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://kmceramic.company/product-sitemap.xml</loc>
		<lastmod>2026-06-30T01:00:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://kmceramic.company/astra-advanced-hook-sitemap.xml</loc>
		<lastmod>2026-07-04T01:02:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://kmceramic.company/local-sitemap.xml</loc>
		<lastmod>2026-05-04T08:17:24+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->