Filters the Twenty Ten default header image width.
intwp-content/themes/twentyten/functions.php:173twentyten_setup() * Filters the Twenty Ten default header image width. * * @since Twenty Ten 1.0 * * @param int The default header image width in pixels. Default 940. */ 'width' => apply_filters( 'twentyten_header_image_width', 940 ), /** * Filters the Twenty Ten default header image height. * * @since Twenty Ten 1.0 * * @param int The default header image height in pixels. Default 198.Introduced in Twenty Ten 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