'ffffff',
'width' => 1400,
'height' => 280,
'wp-head-callback' => 'buildup_header_style',
) ) );
}
add_action( 'after_setup_theme', 'buildup_custom_header_setup' );
if ( ! function_exists( 'buildup_header_style' ) ) :
/**
* Styles the header image and text displayed on the blog
*
* @see buildup_custom_header_setup().
*/
function buildup_header_style() {
$header_text_color = get_header_textcolor();
?>