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