wordpress / latest / hooks / document_title.html

apply_filters( 'document_title', string $title )

Filters the document title.

Parameters

$title string
Document title.

Source

File: wp-includes/general-template.php. View all references

$title = apply_filters( 'document_title', $title );

Used By

Used By Description

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