• Resolved Wil

    (@limecanvas)


    Hi there,

    Great plugin, however, we run most of our admin dashboard in HTTPS.

    Some of the resources you load in for the plugin specify HTTP.

    This seems to be generated from line 31 in ctp-onomies.php where you use WP_PLUGIN_URL.

    Unfortunately this define doesn’t take SSL into consideration.

    Could you replace it with plugin_url() for your next release please?

    define( 'CPT_ONOMIES_URL', plugins_url() . '/' . basename( dirname( __FILE__ ) ) . '/' );

    Many thanks,
    Wil.

    http://wordpress.org/plugins/cpt-onomies/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Resource loading for HTTP/S’ is closed to new replies.