wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_title_parts › Les Filtres WordPress

Depuis4.0.0
Dépréciéen/a
apply_filters( 'wp_title_parts', explode( $t_sep, $title )
Paramètres:
  • (string[]) $title_array Array of parts of the page title.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the parts of the page title.





Source

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