<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://wiresizerpro.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://wiresizerpro.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://wiresizerpro.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://wiresizerpro.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://wiresizerpro.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>

    <!-- WSP: Delay JS Trigger -->
    <script id='wsp-speed-trigger'>
    (function() {
        var wspLoaded = false;
        var wspLoadScripts = function() {
            if (wspLoaded) return;
            wspLoaded = true;
            
            var scripts = document.querySelectorAll('script[type="wsp/delayed-script"]');
            scripts.forEach(function(s) {
                var newScript = document.createElement('script');
                for (var i = 0; i < s.attributes.length; i++) {
                    var attr = s.attributes[i];
                    if (attr.name === 'type' || attr.name === 'data-wsp-src') continue;
                    newScript.setAttribute(attr.name, attr.value);
                }
                if (s.hasAttribute('data-wsp-src')) {
                    newScript.setAttribute('src', s.getAttribute('data-wsp-src'));
                }
                newScript.innerHTML = s.innerHTML;
                s.parentNode.replaceChild(newScript, s);
            });
        };
        
        ['mousemove', 'scroll', 'touchstart', 'keydown', 'click'].forEach(function(e) {
            window.addEventListener(e, wspLoadScripts, {once: true, passive: true});
        });
        
        setTimeout(wspLoadScripts, 5000);
    })();
    </script>