1186* returning that value instead.1187*1188* @since 4.4.01189*1190* @param string$title The document title.Defaultemptystring.1191*/1192$title=apply_filters('pre_get_document_title','');1193if(!empty($title)){1194return$title;1195}11961197global$page,$paged;1198
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.