get_header_image
get_header_image
Appears in: wordpress-6.1
Hook Type: filter
Displaying hooks found in version: wordpress-6.1apply_filters('get_header_image') is found 1 times:
- /wp-includes/theme.php line 118911851186118711881189119011911192119311941195
* @since 6.1.0
*
* @param string
$url
Header image URL.
*/
$url
= apply_filters(
'get_header_image'
,
$url
);
if
( !
is_string
(
$url
) ) {
return
false;
}
$url
= trim(
$url
);