Icons not being loaded over HTTPS [fix included]
-
When using a mixed protocol site (both http and https are supported) and the WordPress site URL is set to use http, the images from Social Media Widget are being loaded over http, even when the user is visiting the https version of the website.
This is being caused by using
WP_CONTENT_URL
insocial-widget.php
for composing the plugin URL, a better way to get the plugin URL would be
define('SMW_PLUGINPATH', plugins_url( '/', __FILE__ ));
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Icons not being loaded over HTTPS [fix included]’ is closed to new replies.