pre_get_document_title钩子是Wordpress钩子,过滤钩子:在生成文档标题之前过滤它。
apply_filters( ‘pre_get_document_title’, string $title )
说明(Description)
传递非空值将使wp_get_document_title()短路,而返回该值。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$title | (string) | 文件标题。默认空字符串。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/general-template.php:1041 | 1 | 0 |