Filter: admin_title

apply_filters( 'admin_title', $admin_title, $title ) → {string}

Filters the title tag content for an admin page.
Parameters:
Name Type Description
$admin_title string The page title, with extra context added.
$title string The original page title.
Since:
  • 3.1.0
Source:
Returns:
The title
Type
string