'', 'default-text-color' => 'ffffff', 'width' => 1920, 'height' => 400, 'flex-height' => true, 'flex-width' => true, 'wp-head-callback' => 'primebulletin_header_style', ))); } add_action('after_setup_theme', 'primebulletin_custom_header_setup'); if (!function_exists('primebulletin_header_style')) : /** * Styles the header image and text displayed on the blog * * @see primebulletin_custom_header_setup(). */ function primebulletin_header_style() { $header_text_color = get_header_textcolor(); $primebulletin_default = primebulletin_get_default_theme_options(); $header_bg_color = get_theme_mod('header_bg_color', $primebulletin_default['header_bg_color']); // If we get this far, we have custom styles. Let's do this. ?>