get_custom_logo

Advertisement

Summery Summery

Filters the custom logo output.

Syntax Syntax

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

Parameters Parameters

$html

Custom logo HTML output.

$blog_id

ID of the blog to get the custom logo for.

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

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

Advertisement

Leave a Reply