Description
Filters the parts of the document title. }
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 1283 |
Parameters
Type | Name | Description |
---|---|---|
array | $title | { The document title parts. |
PHP Doc
/**
* Filters the parts of the document title.
*
* @since 4.4.0
*
* @param 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.
* }
*/