Description
Filter hook that allows you to completely filter the reCATCHA form, allowing for utilizing AJAX or a custom theme.
Usage
add_filter( 'wpmem_recaptcha', 'my_recaptcha' ); function my_recaptcha( $recaptcha ) { // your filter here return $recaptcha; }
Code Snippet Library [Subscriber Content]
See a list of all filter and action hooks