apply_filters( 'wp_title_parts', array $title_array )

Filters the parts of the page title.


Parameters

$title_array

(array) Parts of the page title.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.0.0 Introduced.