get_template_directory_uri() . '/img/header.jpg', 'default-text-color' => 'ffffff', 'width' => 1920, 'height' => 850, 'flex-height' => true, 'wp-head-callback' => 'aereo_header_style', 'admin-preview-callback' => 'aereo_admin_header_image', ) ) ); } add_action( 'after_setup_theme', 'aereo_custom_header_setup' ); if ( ! function_exists( 'aereo_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see aereo_custom_header_setup(). */ function aereo_header_style() { if ( get_header_image() ) { ?>