Filters the document title.
Parameters
$title
string- Document title.
Source
$title = apply_filters( 'document_title', $title );
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |
Filters the document title.
$title
string$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.