Reply To: [Plugin: WP-reCAPTCHA] SSL Support
if ( is_ssl() ) { remove_filter('wp_head', array(&$recaptcha, 'register_stylesheets')); remove_filter('admin_head', array(&$recaptcha, 'register_stylesheets')); remove_filter('login_head',...
View ArticleReply To: [Plugin: WP-reCAPTCHA] SSL Support
I also have the problem that recaptcha.css is referenced via HTTP instead of HTTPS in this line: <link rel=”stylesheet” type=”text/css”...
View ArticleReply To: [Plugin: WP-reCAPTCHA] SSL Support
It looks like you’ve stopped using github for this or I could push you a patch…
View ArticleReply To: [Plugin: WP-reCAPTCHA] SSL Support
This plugin uses get_option('siteurl'). The function site_url() is a better fit and doesn’t break ssl.
View ArticleReply To: [Plugin: WP-reCAPTCHA] SSL Support
or not… the ticket got punted. so plugins need to be fixed.
View Article[Plugin: WP-reCAPTCHA] SSL Support
It’s rather annoying to have spend all this money on an ssl cert, only to have it no display, or worse, have the untrusted warning flash, because a plugin is including a file from the http:// rather...
View Article