Filters the document title.
Parameters
$titlestring- Document title.
Source
$title = apply_filters( 'document_title', $title );
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
Filters the document title.
$titlestring$title = apply_filters( 'document_title', $title );
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.