'#000000', 'wp-head-callback' => 'custom_header_style', ) ); } add_action( 'after_setup_theme', 'set_custom_header' ); if ( ! function_exists( 'custom_header_style' ) ) : function custom_header_style() { $color = get_header_textcolor(); $default_color = get_theme_support( 'custom-header', 'default-text-color' ); $header_image = get_header_image(); if ( $color == $default_color && empty( $header_image ) ) return; ?>