WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_title_parts

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 1420 /**
* Filters the parts of the page title.
*
* @since 4.0.0
*
* @param string[] $title_array Array of parts of the page title.
*/

Hook Parameters

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