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 1189
* @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 );