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



embed_site_title_html › WordPress过滤钩子

Since4.4.0
已弃用n/a
apply_filters( 'embed_site_title_html', $site_title )
参数:
  • (string) $site_title The site title HTML.
    Required: Yes
定义在:
文档:

Filters the site title HTML in the embed footer.





源码

echo apply_filters( 'embed_site_title_html', $site_title );