attachment_id;
$custom_header_image_alt = trim( strip_tags( get_post_meta(
$custom_header_attachment_id,
'_wp_attachment_image_alt',
true
) ) );
?>
'',
'default-text-color' => '000',
'width' => '1000',
'height' => '250',
'flex-width' => true,
'flex-height' => true,
'wp-head-callback' => 'ivana_header_style'
] ) );
}
add_action( 'after_setup_theme', 'ivana_custom_header_setup' );
function ivana_header_style()
{
$header_text_color = get_header_textcolor();
if ( get_theme_support( 'custom-header', 'default-text-color' ) )
{
?>