apply_filters( ‘document_title’, string $title )

In this article

Filters the document title.

Parameters

$titlestring
Document title.

Source

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

Changelog

VersionDescription
5.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.