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



document_title_parts › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'document_title_parts', $title )
Parameter:
  • (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. }
    Erforderlich: Ja
Definiert in:
Codex:

Filters the parts of the document title.





Quellcode

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