Why ?
comment_form will put your captcha AFTER the submit button … non sense.
Change it for : add_action( 'comment_form_after_fields', 'hcap_wp_comment_form' );
And in hcap_verify_comment_captcha
Your forgot one important point : an admin cannot answser his comments on the administration side … because the captcha is not showing on the administration.
(@pfsm999)
6 years, 1 month ago
Hello,
I find some problem on your 1.3 plugin :
on comment_form.php on default folder.
add_action( 'comment_form', 'hcap_wp_comment_form' );Why ?
comment_form will put your captcha AFTER the submit button … non sense.
Change it for :
add_action( 'comment_form_after_fields', 'hcap_wp_comment_form' );And in hcap_verify_comment_captcha
Your forgot one important point : an admin cannot answser his comments on the administration side … because the captcha is not showing on the administration.
I take the liberty to update this :
Please, update fast as possible your plugin !!
Regards.
Paul FLYE SAINTE MARIE
The page I need help with: [log in to see the link]