apply_filters( 'document_title', string $title )

Filters the document title.


Parameters

$title string
Document title.

Top ↑

Source

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

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


Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.

Top ↑

User Contributed Notes

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