'', 'default-text-color' => '000000', 'width' => 1920, 'height' => 400, 'flex-height' => true, 'flex-width' => true, 'wp-head-callback' => 'aerial_drone_header_style', ))); } add_action('after_setup_theme', 'aerial_drone_custom_header_setup'); if (!function_exists('aerial_drone_header_style')) : /** * Styles the header image and text displayed on the blog * * @see aerial_drone_custom_header_setup(). */ function aerial_drone_header_style() { $aerial_drone_header_text_color = get_header_textcolor(); if (get_theme_support('custom-header', 'default-text-color') === $aerial_drone_header_text_color) { return; } ?>