Filter hook 'wp_title'

in WP Core File wp-includes/general-template.php at line 1459

Description

Filters the text of the page title.

Occurrences

Filename Line Number
wp-includes/general-template.php 1459

Parameters

Type Name Description
string $title Page title.
string $sep Title separator.
string $seplocation Location of the separator (either 'left' or 'right').

PHP Doc

/**
	 * Filters the text of the page title.
	 *
	 * @since 2.0.0
	 *
	 * @param string $title       Page title.
	 * @param string $sep         Title separator.
	 * @param string $seplocation Location of the separator (either 'left' or 'right').
	 */