wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_title_parts › WordPress Filter Hooks

Seit4.0.0
Veraltetn/v
apply_filters( 'wp_title_parts', explode( $t_sep, $title )
Parameter:
  • (string[]) $title_array Array of parts of the page title.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the parts of the page title.





Quellcode

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