admin_title

Advertisement

Summery Summery

Filters the title tag content for an admin page.

Syntax Syntax

apply_filters( 'admin_title', string $admin_title, string $title )

Parameters Parameters

$admin_title

The page title, with extra context added.

$title

The original page title.

Source Source

File: wp-admin/admin-header.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply