twentysixteen_custom_header_args
twentysixteen_custom_header_args
Appears in: wordpress-4.4, wordpress-4.8, wordpress-5.0, wordpress-5.0.1, wordpress-5.0.2, wordpress-5.0.3
Hook Type: filter
Displaying hooks found in version: wordpress-5.0.3apply_filters('twentysixteen_custom_header_args') is found 1 times:
- /wp-content/themes/twentysixteen/inc/customizer.php line 534950515253545556575859
* @type callable
$wp
-head-callback Callback
function
used to style the header image
and
text
* displayed on the blog.
* }
*/
add_theme_support(
'custom-header'
, apply_filters(
'twentysixteen_custom_header_args'
,
array
(
'default-text-color'
=>
$default_text_color
,
'width'
=> 1200,
'height'
=> 280,
'flex-height'
=> true,
'wp-head-callback'
=>
'twentysixteen_header_style'
,
) ) );