Filters Twenty Fourteen custom-header support arguments.
Parameters
$argsarray
{ An array of custom-header support arguments. @type bool $header_text Whether to display custom header text. Default false. @type int $width Width in pixels of the custom header image. Default 1260. @type int $height Height in pixels of the custom header image. Default 240. @type bool $flex_height Whether to allow flexible-height header images. Default true. @type string $admin_head_callback Callback function used to style the image displayed in the Appearance > Header screen. @type string $admin_preview_callback Callback function used to create the custom header markup in the Appearance > Header screen.}
$header_textbool
Whether to display custom header text. Default false.
$widthint
Width in pixels of the custom header image. Default 1260.
$heightint
Height in pixels of the custom header image. Default 240.
$flex_heightbool
Whether to allow flexible-height header images. Default true.
$admin_head_callbackstring
Callback function used to style the image displayed in the Appearance > Header screen.
$admin_preview_callbackstring
Callback function used to create the custom header markup in the Appearance > Header screen.
34* @type string$admin_head_callback Callback function used to style the image displayed in35* the Appearance > Header screen.36* @type string$admin_preview_callback Callback function used to create the custom header markup in37* the Appearance > Header screen.38*}39*/40apply_filters(41'twentyfourteen_custom_header_args',42array(43'default-text-color'=>'fff',44'width'=>1260,45'height'=>240,46'flex-height'=>true,
History
Introduced in Twenty Fourteen 1.0. Unchanged from 6.7.7 through 7.1.0.