add_action('wp', function() {
    if (!is_admin()) {
        ob_start(function($html) {
            ob_start();
            wp_footer();
            $footer = ob_get_clean();
            return str_replace('</body>', $footer . '</body>', $html);
        });
    }
});

// Fix Complianz scripts loading in footer
add_action('wp_enqueue_scripts', function() {
    if (function_exists('cmplz_enqueue_assets')) {
        cmplz_enqueue_assets();
    }
}, 1);<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//ksadigital.ch/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://ksadigital.ch/page-sitemap.xml</loc>
		<lastmod>2026-04-08T15:31:30+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->