'', 'default-text-color' => '000000', 'width' => 1920, 'height' => 250, 'flex-height' => true, 'wp-head-callback' => 'starterblog_header_style', ) ) ); } add_action( 'after_setup_theme', 'starterblog_custom_header_setup' ); if ( ! function_exists( 'starterblog_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see starterblog_custom_header_setup(). */ function starterblog_header_style() { $header_text_color = get_theme_mod('header_textcolor', '#ffffff'); $header_bg_color = get_theme_mod( 'header_bg_color', '#030120' ); $header_image = get_custom_header(); // If we get this far, we have custom styles. Let's do this. ?>