Replies: 0
Hi,
the plugin scripts (frontend and backend) won’t load if domain has https enabled.
To fix this problem you should replace WP_PLUGIN_URL with the plugins_url() function that build any url using the right protocol, as explained here:
https://wordpress.org/ideas/topic/wp_plugin_url-doesnt-take-ssl-into-account
- This topic was modified 40 minutes ago by virgodesign.