wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_custom_logo › WordPress Function

Since4.5.0
已弃用n/a
the_custom_logo ( $blog_id = 0 )
参数:
  • (int) $blog_id Optional. ID of the blog in question. Default is the ID of the current blog.
    Required: No
    默认:
定义在:
文档:

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



源码

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