On this page
apply_filters( 'document_title', string $title )
Filters the document title.
Parameters
$titlestring-
Document title.
Source
File: wp-includes/general-template.php. View all references
$title = apply_filters( 'document_title', $title );
Related
Used By
| Used By | Description |
|---|---|
| wp_get_document_title() wp-includes/general-template.php | Returns document title for the current page. |
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/document_title