* * @link https://developer.wordpress.org/themes/functionality/custom-headers/ * * @package Football Sports Club */ /** * Set up the WordPress core custom header feature. * * @uses football_sports_club_header_style() */ function football_sports_club_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'football_sports_club_custom_header_args', array( 'header-text' => false, 'width' => 1600, 'height' => 250, 'flex-height' => true, 'wp-head-callback' => 'football_sports_club_header_style', ) ) ); } add_action( 'after_setup_theme', 'football_sports_club_custom_header_setup' ); if ( ! function_exists( 'football_sports_club_header_style' ) ) : /** * Styles the header image and text displayed on the blog. * * @see football_sports_club_custom_header_setup(). */ function football_sports_club_header_style() { $header_text_color = get_header_textcolor(); ?>