apply_filters( ‘admin_title’, string $admin_title, string $title )

In this article

Filters the title tag content for an admin page.

Parameters

$admin_titlestring
The page title, with extra context added.
$titlestring
The original page title.

Source

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

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

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