var onloadCallback = function () { jQuery('.g-recaptcha').each( function (i) { grecaptcha.render( jQuery(this).attr('id'), { 'sitekey': jQuery(this).attr('data-sitekey'), 'theme': jQuery(this).attr('data-theme') }); }); };
function um_recaptcha_refresh() { jQuery('.g-recaptcha').html(''); grecaptcha.reset(); onloadCallback(); }
Only fill in if you are not human