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 );
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |