Filters Twenty Seventeen custom-header support arguments.
Parameters
$argsarray
{ An array of custom-header support arguments. @type string $default-image Default image of the header. @type int $width Width in pixels of the custom header image. Default 954. @type int $height Height in pixels of the custom header image. Default 1300. @type string $flex-height Flex support for height of header. @type string $video Video support for header. @type string $wp-head-callback Callback function used to styles the header image and text displayed on the blog.}
$default-imagestring
Default image of the header.
$widthint
Width in pixels of the custom header image. Default 954.
$heightint
Height in pixels of the custom header image. Default 1300.
$flex-heightstring
Flex support for height of header.
$videostring
Video support for header.
$wp-head-callbackstring
Callback function used to styles the header image and text displayed on the blog.
32* @type string$flex-height Flex support for height of header.33* @type string$video Video support for header.34* @type string$wp-head-callback Callback function used to styles the header image and text35* displayed on the blog.36*}37*/38apply_filters(39'twentyseventeen_custom_header_args',40array(41'default-image'=>get_parent_theme_file_uri('/assets/images/header.jpg'),42'width'=>2000,43'height'=>1200,44'flex-height'=>true,
History
Introduced in Twenty Seventeen 1.0. Unchanged from 6.7.7 through 7.1.0.