admin_title
最后更新于:2021-11-25 19:47:52
apply_filters( ‘admin_title’, string $admin_title, string $title )
Filters the title tag content for an admin page.
参数
- $admin_title
-
(string)
The page title, with extra context added.
- $title
-
(string)
The original page title.
源文件
文件: gc-admin/admin-header.php
View on Trac