wpseek.com
A WordPress-centric search engine for devs and theme authors



document_title_parts › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'document_title_parts', $title )
Parameters:
  • (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. }
    Required: Yes
Defined at:
Codex:

Filters the parts of the document title.





Source

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