apply_filters( 'wp_title', string $title, string $sep, string $seplocation )

Filters the text of the page title.


Parameters

$title

Page title.

$sep

Title separator.

$seplocation

Location of the separator ('left' or 'right').


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
2.0.0 Introduced.