W3cubDocs

/WordPress

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

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

Version Description
3.1.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/admin_title