wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_title_parts › WordPress Filter Hooks

Da4.0.0
Deprecaton/a
apply_filters( 'wp_title_parts', explode( $t_sep, $title )
Parametri:
  • (string[]) $title_array Array of parts of the page title.
    Richiesto:
Definito a:
Codex:

Filters the parts of the page title.





Sorgenti

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