apply_filters( 'wp_title', $title, $sep, $seplocation )
参数
  • (string) $title Page title.
    Required:
  • (string) $sep Title separator.
    Required:
  • (string) $seplocation Location of the separator ('left' or 'right').
    Required:
定义位置
相关勾子
wp_title_rsswp_title_partsthe_titlewidget_titlewp_mail
相关方法
wp_titlewp_title_rsswp_styleswp_diethe_titlewp_get_sites
引入
2.0.0
弃用
-

wp_title:这是一个 WordPress 函数,用于生成页面标题。它从数据库中检索页面信息,并使用页面信息生成标题: 该函数将在页面加载时自动调用,并

过滤页面标题的文本。

$title = apply_filters( 'wp_title', $title, $sep, $seplocation );

常见问题

FAQs
查看更多 >