Filters the Twenty Ten default header image height.
intwp-content/themes/twentyten/functions.php:181twentyten_setup() * Filters the Twenty Ten default header image height. * * @since Twenty Ten 1.0 * * @param int The default header image height in pixels. Default 198. */ 'height' => apply_filters( 'twentyten_header_image_height', 198 ), // Support flexible heights. 'flex-height' => true, // Don't support text inside the header image. 'header-text' => false, // Callback for styling the header preview in the admin. 'admin-head-callback' => 'twentyten_admin_header_style',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.
$height added.verified against source