wpseek.com
A WordPress-centric search engine for devs and theme authors



admin_title › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'admin_title', $admin_title, $title )
Parameters: (2)
  • (string) $admin_title The page title, with extra context added.
    Required: Yes
  • (string) $title The original page title.
    Required: Yes
Defined at:
Codex:

Filters the title tag content for an admin page.





Source

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