{ 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.}
1486* @type string$title Title of the viewed page.1487* @type string$page Optional. Page number if paginated.1488* @type string$tagline Optional. Site description when on home page.1489* @type string$site Optional. Site title when not on home page.1490*}1491*/1492$title=apply_filters('document_title_parts',$title);14931494$title=implode(" $sep ",array_filter($title));14951496/**1497* Filters the document title.1498*
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.