external links in theme (*.googleapis.com) not changed to https
-
My theme has several http external links to google APIs for fonts etc.
if ( $et_body_font <> '' ) { $font_style .= "<link id='" . $et_body_font_id . "' href='https://fonts.googleapis.com/css?family=" . $et_body_font . "' rel='stylesheet' type='text/css' />"; $font_family = "font-family: '" . str_replace( '+', ' ', $et_body_font ) . "', Arial, sans-serif !important; "; }
WordPress HTTPS is not changing these links, even with ‘Bypass external checks’ disabled, but these API links work fine on https.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘external links in theme (*.googleapis.com) not changed to https’ is closed to new replies.