Avoid placing reCAPTCHA code on all pages
-
reCAPTCHA code should be placed on pages containing comment form, not all over website including homepage and categories.
Meaning:
add_action( ‘wp_head’ …
add_action( ‘wp_footer’ …should be replaced with:
add_action(‘comment_form’ …
- The topic ‘Avoid placing reCAPTCHA code on all pages’ is closed to new replies.