[ad_1]
Good Day,
The JS code provided by MailPoet (noted below) to change Google’s reCaptcha shape from Compact (i.e. Square) to Normal (i.e., Rectangular) does not seem to work any longer.
jQuery(document).ready(function( $ ){ wp && wp.hooks && wp.hooks.addFilter('mailpoet_re_captcha_size', 'mailpoet', function () { return 'normal'; }); });
Can you guys revisit your code and provide one that works?
Thank you!
