get_template_directory_uri().'/images/banner_bg.jpg', 'default-text-color' => 'fff', 'width' => 1600, 'height' => 200, 'wp-head-callback' => 'clean_lite_header_style', 'admin-head-callback' => 'clean_lite_admin_header_style', 'admin-preview-callback' => 'clean_lite_admin_header_image', 'default-text-color' => false, 'header-text' => false, ) ) ); } add_action( 'after_setup_theme', 'clean_lite_custom_header_setup' ); if ( ! function_exists( 'clean_lite_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see clean_lite_custom_header_setup(). */ function clean_lite_header_style() { $header_text_color = get_header_textcolor(); ?> Header admin panel. * * @see clean_lite_custom_header_setup(). */ function clean_lite_admin_header_image() { $style = sprintf( ' style="color:#%s;"', get_header_textcolor() ); ?>