Filter hook 'get_custom_logo'

in WP Core File wp-includes/general-template.php at line 1152

Description

Filters the custom logo output.

Occurrences

Filename Line Number
wp-includes/general-template.php 1152

Parameters

Type Name Description
string $html Custom logo HTML output.
int $blog_id ID of the blog to get the custom logo for.

PHP Doc

/**
	 * Filters the custom logo output.
	 *
	 * @since 4.5.0
	 * @since 4.6.0 Added the `$blog_id` parameter.
	 *
	 * @param string $html    Custom logo HTML output.
	 * @param int    $blog_id ID of the blog to get the custom logo for.
	 */