document_title_parts

过滤钩子
apply_filters( 'document_title_parts', $title )
参数
  • (array) $title { The document title parts. @type string $title Title of the viewed page. @type string $page Optional. Page number if paginated. @type string $tagline Optional. Site description when on home page. @type string $site Optional. Site title when not on home page. }
    Required:
定义位置
相关勾子
document_title_separatordocument_titlewp_title_partspre_get_document_titlethe_title_export
相关方法
wp_get_document_titlecurrent_theme_supportsthe_title_rssget_wp_title_rsscomments_templateget_template_part
引入
4.4.0
弃用
-

document_title_parts: 这个过滤器是用来修改WordPress中文档标题的各个部分。它通常用于修改标题结构或为标题的特定部分添加自定义文本。

过滤文件标题的部分内容。

$title = apply_filters( 'document_title_parts', $title );

常见问题

FAQs
查看更多 >