954, 'height' => 1300, 'default-text-color' => $default_settings['header_textcolor'], 'wp-head-callback' => 'akarsh_blog_header_style', ) ) ); } add_action( 'after_setup_theme', 'akarsh_blog_custom_header_setup' ); if ( ! function_exists( 'akarsh_blog_header_style' ) ) : /** * Styles the header image and text displayed on the blog. * * @since Akarsh Blog 1.0 * * @see akarsh_blog_custom_header_setup() */ function akarsh_blog_header_style() { $header_image = get_header_image(); // If no custom options for text are set, let's bail. if ( empty( $header_image ) && display_header_text() ) { return; } // If we get this far, we have custom styles. Let's do this. ?>