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



document_title_parts › Les Filtres WordPress

Depuis4.4.0
Dépréciéen/a
apply_filters( 'document_title_parts', $title )
Paramètres:
  • (array) $title { The document title parts. @type string $title Title of the viewed page. @type string $page Optional. Page number if paginated. @type string $tagline Optional. Site description when on home page. @type string $site Optional. Site title when not on home page. }
    Requis: Oui
Défini(e) dans:
Codex:

Filters the parts of the document title.





Source

$title = apply_filters( 'document_title_parts', $title );