1261* Filters the separator for the document title.1262*1263* @since 4.4.01264*1265* @param string$sep Document title separator.Default'-'.1266*/1267$sep=apply_filters('document_title_separator','-');12681269/**1270* Filters the parts of the document title.1271*1272* @since 4.4.01273*
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.