the_custom_logo( int $blog_id )

Displays a custom logo, linked to home.


Description


Parameters

$blog_id

(int) (Optional) ID of the blog in question. Default is the ID of the current blog.


Top ↑

Source

File: wp-includes/general-template.php

function the_custom_logo( $blog_id = 0 ) {
	echo get_custom_logo( $blog_id );
}

Top ↑

Changelog

Version Description
4.5.0 Introduced.