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