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



twentytwenty_site_logo › WordPress过滤钩子

SinceTwenty Twenty 1.0
已弃用n/a
apply_filters( 'twentytwenty_site_logo', $html, $args, $classname, $contents )
参数: (4)
  • (string) $html Compiled HTML based on our arguments.
    Required: Yes
  • (array) $args Parsed arguments.
    Required: Yes
  • (string) $classname Class name based on current view, home or single.
    Required: Yes
  • (string) $contents HTML for site title or logo.
    Required: Yes
定义在:
文档:

Filters the arguments for `twentytwenty_site_logo()`.





源码

$html = apply_filters( 'twentytwenty_site_logo', $html, $args, $classname, $contents );