FIX to move recaptcah to above the comment submit button
-
Open “comment-form.php”
Find line 17
and just change
add_action( 'comment_form', array( __CLASS__, 'display_captcha' ) );
to
add_action( 'comment_form_after_fields', array( __CLASS__, 'display_captcha' ) );
FTP upload or save and your done ?? – Enjoy
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘FIX to move recaptcah to above the comment submit button’ is closed to new replies.