function sgr_2() { console.log('SGR_2 loaded!'); let recaptcha = document.getElementsByClassName('sgr-main'); for (let i = 0; i < recaptcha.length; i++) { grecaptcha.render(recaptcha.item(i), {'sitekey': sgr_main.sgr_site_key}); } } function sgr_3() { console.log('SGR_3 loaded!'); let actionName = window.location.pathname + window.location.search; actionName = actionName.replace(/[^a-zA-Z0-9 ]/g, '_'); grecaptcha.execute(sgr_main.sgr_site_key, {action: 'sgr_' + actionName}).then(function (token) { let recaptcha = document.getElementsByClassName('sgr-main'); for (let i = 0; i < recaptcha.length; i++) { recaptcha.item(i).value = token; } }); } document.addEventListener('DOMContentLoaded', function (event) { let sgr_version = document.getElementById('sgr_version'); if (sgr_version) { console.log('SGR admin loaded!'); sgr_version.addEventListener('click', removeKeys); function removeKeys() { let sgr_site_key = document.getElementById('sgr_site_key'); let sgr_secret_key = document.getElementById('sgr_secret_key'); if (sgr_site_key.value === sgr_main.sgr_site_key) { sgr_site_key.value = ''; sgr_secret_key.value = ''; } } } }); https://next2print.com/wp-sitemap-posts-post-1.xmlhttps://next2print.com/wp-sitemap-posts-post-2.xmlhttps://next2print.com/wp-sitemap-posts-post-3.xmlhttps://next2print.com/wp-sitemap-posts-post-4.xmlhttps://next2print.com/wp-sitemap-posts-post-5.xmlhttps://next2print.com/wp-sitemap-posts-post-6.xmlhttps://next2print.com/wp-sitemap-posts-page-1.xmlhttps://next2print.com/wp-sitemap-taxonomies-category-1.xmlhttps://next2print.com/wp-sitemap-taxonomies-post_tag-1.xmlhttps://next2print.com/wp-sitemap-users-1.xml