1391* returning that value instead.1392*1393* @since 4.4.01394*1395* @param string$title The document title.Defaultemptystring.1396*/1397$title=apply_filters('pre_get_document_title','');1398if(!empty($title)){1399return$title;1400}14011402global$page,$paged;1403
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.