get_template_directory_uri() . '/images/impact.png', 'default-text-color' => $sf_impact_Theme_Mods->getDefault('sf_impact_header_textcolor'), 'width' => 1000, 'height' => 250, 'flex-height' => true, 'wp-head-callback' => 'sf_impact_header_style', 'admin-head-callback' => 'sf_impact_admin_header_style', 'admin-preview-callback' => 'sf_impact_admin_header_image', ) ) ); } add_action( 'after_setup_theme', 'sf_impact_custom_header_setup' ); if ( ! function_exists( 'sf_impact_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see sf_impact_custom_header_setup(). */ function sf_impact_header_style() { global $sf_impact_Theme_Mods; $header_text_color = get_header_textcolor(); } endif; // sf_impact_header_style if ( ! function_exists( 'sf_impact_admin_header_style' ) ) : /** * Styles the header image displayed on the Appearance > Header admin panel. * * @see sf_impact_custom_header_setup(). */ function sf_impact_admin_header_style() { ?> Header admin panel. * * @see sf_impact_custom_header_setup(). */ function sf_impact_admin_header_image() { ?>