
// Security: Hide WordPress version
function remove_wp_version() {
    return '';
}
add_filter('the_generator', 'remove_wp_version');

function remove_version_from_scripts($src) {
    if (strpos($src, 'ver=')) {
        $src = remove_query_arg('ver', $src);
    }
    return $src;
}
add_filter('style_loader_src', 'remove_version_from_scripts', 9999);
add_filter('script_loader_src', 'remove_version_from_scripts', 9999);
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//laenuportaal.ee/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://laenuportaal.ee/ettevote-sitemap.xml</loc>
		<lastmod>2025-10-28T13:32:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laenuportaal.ee/kkk-sitemap.xml</loc>
		<lastmod>2025-11-11T17:27:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laenuportaal.ee/laen-sitemap.xml</loc>
		<lastmod>2025-06-26T20:05:08+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->