WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_title

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 1439 /**
* 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 ('left' or 'right').
*/

Hook Parameters

Parameter Type Name Description
string[] $title_array Array of parts of the page title.