过滤页面标题的各个部分。
原型
apply_filters( 'wp_title_parts', array $title_array )
参数
$title_array
(array)
页面标题的一部分。
源文件
路径:wp-includes/general-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/wp_title_parts/
过滤页面标题的各个部分。
apply_filters( 'wp_title_parts', array $title_array )
$title_array
(array)
页面标题的一部分。
路径:wp-includes/general-template.php
英文文档:https://developer.wordpress.org/reference/hooks/wp_title_parts/
请在后台设置小工具!