{ 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.}
1281* @type string$title Title of the viewed page.1282* @type string$page Optional. Page number if paginated.1283* @type string$tagline Optional. Site description when on home page.1284* @type string$site Optional. Site title when not on home page.1285*}1286*/1287$title=apply_filters('document_title_parts',$title);12881289$title=implode(" $sep ",array_filter($title));12901291/**1292* Filters the document title.1293*
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.