Conversation
supportHi, I’m trying to help a friend out with a legacy site, who’s not getting the padlock for https. It’s because of this line in legalPages.php: 347 wp_enqueue_script( ‘jquery-cookie’, $this->plugin_url. ‘js/jquery.cookie.js’, array(‘jquery’) ); … even though all the rest of the site is https, this is resolving to http, and thus giving the broken padlock. I’ve hardcoded it as a temporary fix, but do you think it’s a plugin issue or has plugin_url been updated in newer versions of WP to sort this?
No comments were stored for this source.