apply_filters( 'wp_title', string $title , string $sep , string $seplocation )
Filters the text of the page title.
Parameters
- $title
-
(string) Page title.
- $sep
-
(string) Title separator.
- $seplocation
-
(string) Location of the separator ('left' or 'right').
Source
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |