1497* Filters the document title.1498*1499* @since 5.8.01500*1501* @param string$title Document title.1502*/1503$title=apply_filters('document_title',$title);15041505return$title;1506}15071508/**1509* Displays title tag with content.
History
Introduced in 5.8.0. Unchanged from 6.7.7 through 7.1.0.