Filters the Twenty Eleven default header image width.
$widthintwp-content/themes/twentyeleven/functions.php:193twentyeleven_setup() * Filters the Twenty Eleven default header image width. * * @since Twenty Eleven 1.0 * * @param int $width The default header image width in pixels. Default 1000. */ 'width' => apply_filters( 'twentyeleven_header_image_width', 1000 ), /** * Filters the Twenty Eleven default header image height. * * @since Twenty Eleven 1.0 * * @param int $height The default header image height in pixels. Default 288.Introduced in Twenty Eleven 1.0. 2 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$width added.verified against source