SSL Support
-
I use SSL for all my registration/login pages, and it would be nice if this plugin would automatically detect SSL and pass the appropriate parameter to the
recaptcha_get_html
method in the reCAPTCHA library.This should be in easy fix in your
function gglcptch_display()
:Just change:
return recaptcha_get_html( $publickey );
to:
return recaptcha_get_html( $publickey, null, is_ssl() );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SSL Support’ is closed to new replies.