HTTPS Friendly Scripts and Stylesheets
-
You need to add this
//Load http and https over //
$located = str_replace(‘https://’, ‘//’, strtolower($located));
$located = str_replace(‘https://’, ‘//’, strtolower($located));to
function video_central_enqueue_style
and
function video_central_enqueue_scriptOr provide a way to filter it so content is served on HTTPS sites without causing browser warnings.
- The topic ‘HTTPS Friendly Scripts and Stylesheets’ is closed to new replies.