'', 'default-text-color' => 'fff', 'width' => 2000, 'height' => 200, 'flex-height' => true, 'wp-head-callback' => 'automotivemechanic_header_style', ) ) ); } add_action( 'after_setup_theme', 'automotivemechanic_custom_header_setup' ); if ( ! function_exists( 'automotivemechanic_header_style' ) ) : function automotivemechanic_header_style() { $header_text_color = get_header_textcolor(); $topheader_logowidth = esc_attr(get_theme_mod('topheader_logowidth','100')); $automotivemechanic_logo_top_padding = esc_attr(get_theme_mod('automotivemechanic_logo_top_padding','2')); $automotivemechanic_logo_left_padding = esc_attr(get_theme_mod('automotivemechanic_logo_left_padding','2')); $automotivemechanic_logo_bottom_padding = esc_attr(get_theme_mod('automotivemechanic_logo_bottom_padding','2')); $automotivemechanic_logo_right_padding = esc_attr(get_theme_mod('automotivemechanic_logo_right_padding','2')); $blog_disable_section = esc_attr(get_theme_mod('blog_disable_section','YES')); $ourservice_disable_section = esc_attr(get_theme_mod('ourservice_disable_section','YES')); $aboutus_disable_section = esc_attr(get_theme_mod('aboutus_disable_section','YES')); ?>