'676767', 'width' => 1260, 'height' => 240, 'flex-height' => true, 'wp-head-callback' => 'teamRaxy_header_style', ) ) ); } add_action( 'after_setup_theme', 'teamRaxy_custom_header_setup' ); if ( ! function_exists( 'teamRaxy_header_style' ) ) { /** * Styles the header image and text displayed on the blog * * @see teamRaxy_custom_header_setup(). * */ function teamRaxy_header_style() { $text_color = get_header_textcolor(); // If no custom color for text is set, let's bail. if ( display_header_text() && $text_color === get_theme_support( 'custom-header', 'default-text-color' ) ) return; // If we get this far, we have custom styles. ?>