Tagged: x Author Posts July 12, 2016 at 11:15 am #1083318 tashitendrelParticipant Hello, I’d like to add reCapcha to the contact form and Google asks to paste <script src=’https://www.google.com/recaptcha/api.js’></script> before the closing </head> tag on your HTML template. How can I do it? thank you July 12, 2016 at 12:48 pm #1083497 ThaiModerator Hi There, Please add the following code under functions.php file locates in your child theme: add_action( 'wp_head', 'x_add_recaptcha' ); function x_add_recaptcha(){ ?> <script src='https://www.google.com/recaptcha/api.js'></script> <?php } Regards! Author Posts <script> jQuery(function($){ $("#no-reply-1083318 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In