wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_title_parts › WordPress过滤钩子

Since4.0.0
已弃用n/a
apply_filters( 'wp_title_parts', explode( $t_sep, $title )
参数:
  • (string[]) $title_array Array of parts of the page title.
    Required: Yes
定义在:
文档:

Filters the parts of the page title.





源码

$title_array = apply_filters( 'wp_title_parts', explode( $t_sep, $title ) );