ID, 'full' );
$header_image_tag = '';
if( aytias_is_wc_active() ):
if(is_product()):
if(has_header_image()){
$thumbnail = get_header_image();
$header_image_tag = get_header_image_tag();
}else{
$thumbnail = get_theme_support( 'custom-header', 'default-image' );
$header_image_tag = "
";
}
endif;
endif;
?>
width)." height=".esc_attr(get_custom_header()->height)." alt=".esc_attr(get_bloginfo( 'name' ))."/>";
}elseif(has_header_image()){
$header_image_url = get_header_image();
$header_image_tag = get_header_image_tag();
}else{
$header_image_url = get_theme_support( 'custom-header', 'default-image' );
$header_image_tag = "
";
}
else:
if(has_header_image()){
$header_image_url = get_header_image();
$header_image_tag = get_header_image_tag();
}else{
$header_image_url = get_theme_support( 'custom-header', 'default-image' );
$header_image_tag = "
";
}
endif;
?>