[Plugin: Page.ly MultiEdit] Plugin assets not loading from HTTPS
-
define ('PLUGINASSETS',WP_PLUGIN_URL.'/'.dirname(plugin_basename(__FILE__)).'');^^ the above line in your plugin doesn’t correctly detect if the admin area is running in SSL mode. Your plugin assets are loaded from a http:// connection rather than an https:// connection.
Can you please update your plugin to use http://codex.ww.wp.xz.cn/Function_Reference/plugins_url to point to your plugins. This will correctly detect if using SSL
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Plugin: Page.ly MultiEdit] Plugin assets not loading from HTTPS’ is closed to new replies.