• Hi, I noticed that the CAPTCHA image does not appear to unregistered users.
    Reading the code I found that the WordPress AJAX function for unregistered user was missing.

    So I added the following code after line 76 :

    add_action( 'wp_ajax_nopriv_mymail_coolcaptcha_img', array( &$this, 'coolcaptcha_img'));

    Now everything works fine.
    I also noticed a missing underscore in the __() function inside the sprintf() at line 268

    https://ww.wp.xz.cn/plugins/mymail-cool-captcha/

The topic ‘Captcha missing for unregistered users’ is closed to new replies.