apply_filters( 'admin_title', string $admin_title, string $title )

Filters the title tag content for an admin page.


Parameters

$admin_title string
The page title, with extra context added.
$title string
The original page title.

Top ↑

Source

File: wp-admin/admin-header.php. View all references

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

Top ↑

Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes

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