twentysixteen_custom_header_args

twentysixteen_custom_header_args

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.0.3

apply_filters('twentysixteen_custom_header_args') is found 1 times:

  • /wp-content/themes/twentysixteen/inc/customizer.php line 53
    	 *     @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',
    	) ) );