-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This plugin is loading http on an https page.
The bug is on line 58 of the page global-javascript.php.
The fix is pretty simple, just replace that line with these two:
$baseURL = (!is_ssl() ? $wp_upload_dir['baseurl'] : str_replace('http://','https://',$wp_upload_dir['baseurl']));
$this->url_to_js = trailingslashit( $baseURL ) . "global-js/";Great job on the plugin and thanks for building it!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels