Adds non-https CSS file to admin pages
-
Currently the plugin uses WP_PLUGIN_URL to determine the plugin’s URL which is used to queue its CSS. However, this doesn’t account for HTTPS and causes the browser to show warnings about “insecure content” on admin pages.
From what I can tell, it should use plugins_url() instead of WP_PLUGINS_URL.
More info:
https://www.ads-software.com/ideas/topic/wp_plugin_url-doesnt-take-ssl-into-account
https://core.trac.www.ads-software.com/ticket/13941
https://codex.www.ads-software.com/Determining_Plugin_and_Content_Directories
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adds non-https CSS file to admin pages’ is closed to new replies.