'fff', 'width' => 1260, 'height' => 240, 'flex-height' => true, 'wp-head-callback' => 'bnw_header_style', 'admin-head-callback' => 'bnw_admin_header_style', 'admin-preview-callback' => 'bnw_admin_header_image', ) ) ); } add_action( 'after_setup_theme', 'bnw_custom_header_setup' ); if ( ! function_exists( 'bnw_header_style' ) ) : function bnw_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. ?>