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



wp_title › WordPress Filter Hooks

Da2.0.0
Deprecaton/a
apply_filters( 'wp_title', $title, $sep, $seplocation )
Parametri: (3)
  • (string) $title Page title.
    Richiesto:
  • (string) $sep Title separator.
    Richiesto:
  • (string) $seplocation Location of the separator (either 'left' or 'right').
    Richiesto:
Definito a:
Codex:

Filters the text of the page title.





Sorgenti

$title = apply_filters( 'wp_title', $title, $sep, $seplocation );