'#019779', 'wp-head-callback' => 'bizzboss_header_style', 'admin-head-callback' => 'bizzboss_admin_header_style', 'admin-preview-callback' => 'bizzboss_admin_header_image', ); add_theme_support( 'custom-header', $bizzboss_args ); } add_action( 'after_setup_theme', 'bizzboss_custom_header_setup', 11 ); function bizzboss_header_style() { $bizzboss_header_image = sanitize_text_field(get_header_image()); $bizzboss_text_color = sanitize_text_field(get_header_textcolor()); $bizzboss_background_color = sanitize_text_field(get_background_color()); $bizzboss_default_text_color = sanitize_text_field(get_theme_support( 'custom-header', 'default-text-color' )); if ( empty( $bizzboss_header_image ) && $bizzboss_text_color == $bizzboss_default_text_color ) return; ?>