1288* Filters the document title.1289*1290* @since 5.8.01291*1292* @param string$title Document title.1293*/1294$title=apply_filters('document_title',$title);12951296return$title;1297}12981299/**1300* Displays title tag with content.
History
Introduced in 5.8.0. Unchanged from 6.7.7 through 7.1.0.