1292* Filters the document title.1293*1294* @since 5.8.01295*1296* @param string$title Document title.1297*/1298$title=apply_filters('document_title',$title);12991300return$title;1301}13021303/**1304* Displays title tag with content.
History
Introduced in 5.8.0. Unchanged from 6.7.7 through 7.1.0.