Mixed content on checkout due to images
-
When the checkout page is HTTPS, I get an error saying that there is content loaded with HTTP. The culprit is the image files:
[…]/wp-content/plugins/paypal-for-woocommerce/assets/images/paypal.png
[…]/wp-content/plugins/paypal-for-woocommerce/assets/images/paypal_credit.pngThose two image files are loaded with HTTP instead of HTTPS.
The issue is the plugin is using WP_PLUGIN_URL instead of plugins_url()
https://www.ads-software.com/plugins/paypal-for-woocommerce/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Mixed content on checkout due to images’ is closed to new replies.