wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_custom_logo › WordPress Function

Depuis4.5.0
Dépréciéen/a
the_custom_logo ( $blog_id = 0 )
Paramètres:
  • (int) $blog_id Optional. ID of the blog in question. Default is the ID of the current blog.
    Requis: Non
    Défaut:
Défini(e) dans:
Codex:

Displays a custom logo, linked to home unless the theme supports removing the link on the home page.



Source

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