wordpress / latest / hooks / document_title_separator.html

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 all references

$sep = apply_filters( 'document_title_separator', '-' );

Used By

Used By Description

Changelog

Version Description
4.4.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/document_title_separator