About
function wpcaptcha_captcha(){ grecaptcha.execute("6LeTYDQqAAAAAMtCrIaGlY4rVBOzzdtKk5jqJUPI", {action: "submit"}).then(function(token) { var captchas = document.querySelectorAll(".agr-recaptcha-response"); captchas.forEach(function(captcha) { captcha.value = token; }); }); } jQuery(document.body).on("checkout_error", function(){ setTimeout(wpcaptcha_captcha, 50); }); jQuery(document.body).on("updated_checkout", function(){ setTimeout(wpcaptcha_captcha, 50); });
Gallery
Website









