Loading Now
×
function defer_js_scripts() { ?> window.addEventListener('load', function () { setTimeout(function () { const scripts = [ 'https://www.googletagmanager.com/gtag/js?id=GT-WBTHCQHC', 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8248321318488078' ]; scripts.forEach(src => { const s = document.createElement('script'); s.src = src; s.async = true; document.body.appendChild(s); }); }, 5000); // 5-second delay });