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



document_title_parts › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( 'document_title_parts', $title )
Parametri:
  • (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. }
    Richiesto:
Definito a:
Codex:

Filters the parts of the document title.





Sorgenti

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