wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_custom_logo › WordPress Function

Seit4.5.0
Veraltetn/v
the_custom_logo ( $blog_id = 0 )
Parameter:
  • (int) $blog_id Optional. ID of the blog in question. Default is the ID of the current blog.
    Erforderlich: Nein
    Standard:
Definiert in:
Codex:

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



Quellcode

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