'fff', 'header-text' => false, 'width' => 1200, 'height' => 220, 'wp-head-callback' => 'business_accounting_header_style', ) ) ); } add_action( 'after_setup_theme', 'business_accounting_custom_header_setup' ); if ( ! function_exists( 'business_accounting_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see business_accounting_custom_header_setup(). */ add_action( 'wp_enqueue_scripts', 'business_accounting_header_style' ); function business_accounting_header_style() { $business_accounting_show_site_title_color = esc_attr(get_theme_mod('business_accounting_show_site_title_color','#002a45')); ?>