'', 'default-text-color' => '1982d1', 'width' => 885, 'height' => 252, 'flex-height' => true, 'wp-head-callback' => 'forever_header_style', 'admin-head-callback' => 'forever_admin_header_style', 'admin-preview-callback' => 'forever_admin_header_image', ) ) ); add_action( 'admin_print_styles-appearance_page_custom-header', 'forever_fonts' ); } add_action( 'after_setup_theme', 'forever_custom_header_setup' ); if ( ! function_exists( 'forever_header_style' ) ) : /** * Custom styles for our blog header */ function forever_header_style() { // If no custom options for text are set, let's bail $header_image = get_header_image(); if ( empty( $header_image ) && '' == get_header_textcolor() ) return; // If we get this far, we have custom styles. Let's do this. ?>