'', 'default-text-color' => '000000', 'width' => 1980, 'height' => 960, 'flex-height' => true, 'wp-head-callback' => 'dartthemes_header_style', ) ) ); } add_action( 'after_setup_theme', 'dartthemes_custom_header_setup' ); if ( ! function_exists( 'dartthemes_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see dartthemes_custom_header_setup(). */ function dartthemes_header_style() { $header_text_color = get_header_textcolor(); add_theme_support( 'custom-header' ) // If we get this far, we have custom styles. Let's do this. ?>