6000, 'width' => 300, 'flex-height' => true, ) ); add_theme_support( 'automatic-feed-links'); add_theme_support( 'custom-header', apply_filters( 'hotel_melbourne_custom_header_args', array( 'default-text-color' => '333', 'width' => 1200, 'height' => 280, 'flex-height' => true, 'wp-head-callback' => 'hotel_melbourne_header_style', ) ) ); //Default Data if ( ! isset( $content_width ) ) $content_width = 900; require_once('theme_default_data.php'); $melbourne_option=hotel_melbourne_theme_default_data(); } if ( ! function_exists( 'hotel_melbourne_header_style' ) ) : function hotel_melbourne_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; ?>