Filter hook 'admin_title'

in WP Core File wp-admin/admin-header.php at line 84

Description

Filters the title tag content for an admin page.

Occurrences

Filename Line Number
wp-admin/admin-header.php 84

Parameters

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

PHP Doc

/**
 * 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.
 */