wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_title › WordPress Filter Hooks

Since2.0.0
Deprecatedn/a
apply_filters( 'wp_title', $title, $sep, $seplocation )
Parameters: (3)
  • (string) $title Page title.
    Required: Yes
  • (string) $sep Title separator.
    Required: Yes
  • (string) $seplocation Location of the separator (either 'left' or 'right').
    Required: Yes
Defined at:
Codex:

Filters the text of the page title.





Source

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