apply_filters( 'admin_title', string $admin_title , string $title )
Filters the title tag content for an admin page.
Parameters
- $admin_title
-
The page title, with extra context added.
- $title
-
The original page title.
Source
Changelog
Version | Description |
---|---|
WP-3.1.0 | Introduced. |