Filters Twenty Fifteen custom-header support arguments.
$argsarray$default_text_colorstring
$widthint
$heightint
$wp-head-callbackstring
wp-content/themes/twentyfifteen/inc/custom-header.php:36twentyfifteen_custom_header_setup() * @type int $width Width in pixels of the custom header image. Default 954. * @type int $height Height in pixels of the custom header image. Default 1300. * @type string $wp-head-callback Callback function used to styles the header image and text * displayed on the blog. * } */ apply_filters( 'twentyfifteen_custom_header_args', array( 'default-text-color' => $default_text_color, 'width' => 954, 'height' => 1300, 'wp-head-callback' => 'twentyfifteen_header_style',Introduced in Twenty Fifteen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.