wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



admin_title › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( 'admin_title', $admin_title, $title )
Parametri: (2)
  • (string) $admin_title The page title, with extra context added.
    Richiesto:
  • (string) $title The original page title.
    Richiesto:
Definito a:
Codex:

Filters the title tag content for an admin page.





Sorgenti

$admin_title = apply_filters( 'admin_title', $admin_title, $title );