WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_title

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin-header.php apply_filters 84 /**
* Filters the title tag content for an admin page.
*
* @since 3.1.0
*
* @param string $admin_title The page title, with extra context added.
* @param string $title The original page title.
*/

Hook Parameters

Parameter Type Name Description
string $admin_title The page title, with extra context added.
string $title The original page title.