Filters the separator for the document title.
Parameters
$sepstring- Document title separator. Default
'-'.
Source
$sep = apply_filters( 'document_title_separator', '-' );
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
Filters the separator for the document title.
$sepstring'-'.$sep = apply_filters( 'document_title_separator', '-' );
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.