1. 首页
  2. WordPress钩子手册

embed_site_title_html

apply_filters( ’embed_site_title_html’, string $site_title )

筛选挂钩:筛选嵌入页脚中的网站标题HTML。
Filter Hook: Filters the site title HTML in the embed footer.

目录锚点:#参数#源码


参数(Parameters)

参数 类型 说明
$site_title (string) 网站标题HTML。

源码(Source)


更新版本 源码位置 使用 被使用
4.4.0 wp-includes/embed.php:1201 1 0

embed_site_title_html 为WP2原创文章,链接:https://www.wp2.cn/hook/embed_site_title_html/