wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_title_parts › WordPress Filter Hooks

Since4.0.0
Deprecatedn/a
apply_filters( 'wp_title_parts', explode( $t_sep, $title )
Parameters:
  • (string[]) $title_array Array of parts of the page title.
    Required: Yes
Defined at:
Codex:

Filters the parts of the page title.





Source

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