Book Now add_action('wp_footer', function () { ?> document.addEventListener("DOMContentLoaded", function () { if (typeof grecaptcha !== "undefined") { const recaptchas = document.querySelectorAll('.ginput_recaptcha[data-sitekey]'); recaptchas.forEach(function (el) { if (!el.hasAttribute('data-rendered')) { grecaptcha.render(el, { sitekey: el.getAttribute('data-sitekey'), theme: el.getAttribute('data-theme') || 'light', tabindex: el.getAttribute('data-tabindex') || 0 }); el.setAttribute('data-rendered', 'true'); } }); } else { console.warn("grecaptcha not defined when trying to render manually."); } });