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



twentytwenty_site_description › WordPress过滤钩子

SinceTwenty Twenty 1.0
已弃用n/a
apply_filters( 'twentytwenty_site_description', $html, $description, $wrapper )
参数: (3)
  • (string) $html The HTML to display.
    Required: Yes
  • (string) $description Site description via `bloginfo()`.
    Required: Yes
  • (string) $wrapper The format used in case you want to reuse it in a `sprintf()`.
    Required: Yes
定义在:
文档:

Filters the HTML for the site description.





源码

$html = apply_filters( 'twentytwenty_site_description', $html, $description, $wrapper );