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