{ 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.}
1277* @type string$title Title of the viewed page.1278* @type string$page Optional. Page number if paginated.1279* @type string$tagline Optional. Site description when on home page.1280* @type string$site Optional. Site title when not on home page.1281*}1282*/1283$title=apply_filters('document_title_parts',$title);12841285$title=implode(" $sep ",array_filter($title));12861287/**1288* Filters the document title.1289*
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.