twentyseventeen_custom_header_args

twentyseventeen_custom_header_args

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.0.3

apply_filters('twentyseventeen_custom_header_args') is found 1 times:

  • /wp-content/themes/twentyseventeen/inc/custom-header.php line 36
    	 *                                          displayed on the blog.
    	 *     @type string $flex-height     		Flex support for height of header.
    	 * }
    	 */
    	add_theme_support( 'custom-header', apply_filters( 'twentyseventeen_custom_header_args', array(
    		'default-image'      => get_parent_theme_file_uri( '/assets/images/header.jpg' ),
    		'width'              => 2000,
    		'height'             => 1200,
    		'flex-height'        => true,
    		'video'              => true,
    		'wp-head-callback'   => 'twentyseventeen_header_style',