'%s/images/headers/header-default.png', 'default-text-color' => '', 'width' => apply_filters( 'bandana_header_image_width', 280 ), 'height' => apply_filters( 'bandana_header_image_height', 80 ), 'flex-height' => true, 'header-text' => false, 'wp-head-callback' => 'bandana_header_style', 'admin-head-callback' => 'bandana_admin_header_style', 'admin-preview-callback' => 'bandana_admin_header_image' ); add_theme_support( 'custom-header', $custom_header_support ); /** Default custom headers packaged with the theme. %s is a placeholder for the theme template directory URI. */ register_default_headers( array( 'bandana' => array( 'url' => '%s/images/headers/header-default.png', 'thumbnail_url' => '%s/images/headers/header-default.png', 'description' => __( 'Bandana', 'bandana' ) ) ) ); /** Styles the header image and text displayed on the blog. */ function bandana_header_style() { } /** Styles the header image displayed on the Appearance > Header admin panel. */ function bandana_admin_header_style() { ?>