apply_filters( 'document_title_separator', string $sep )

Filters the separator for the document title.


Parameters

$sep

(string) Document title separator. Default '-'.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.4.0 Introduced.