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

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.0.0 Introduced.