apply_filters( 'get_custom_logo', string $html, int $blog_id )

Filters the custom logo output.


Parameters

$html

(string) Custom logo HTML output.

$blog_id

(int) ID of the blog to get the custom logo for.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.6.0 Added the $blog_id parameter.
WP-4.5.0 Introduced.