Skip to content

Instantly share code, notes, and snippets.

@cartpauj
cartpauj / mepr-plus-invisible-recaptcha.php
Created April 4, 2017 16:19
MemberPress + Invisible Recaptcha plugin integration (untested)
<?php
//Integrates MemberPress with https://wordpress.org/plugins/invisible-recaptcha/
//This is untested code ATM
function add_invisible_recaptcha_mepr_signup($membership_ID) {
?>
<div class="mp-form-row mepr_invisible_recaptcha">
<?php do_action('google_invre_render_widget_action'); ?>
</div>
<?php
}