apply_filters( ‘document_title_separator’, string $sep )

In this article

Filters the separator for the document title.

Parameters

$sepstring
Document title separator. Default '-'.

Source

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

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.