>
>
ID : false;
$header_img = blograzzi_get_header_image( $post_id );
$alt = blograzzi_get_header_image_alt( $header_img );
/* Check if the page uses SSL and change HTTP to HTTPS if true */
if ( is_ssl() && stripos( $header_img, 'https' ) === false ) {
$header_img = str_replace( 'http', 'https', $header_img );
}
?>
';
}
?>