On this page
apply_filters( 'wp_title_parts', string[] $title_array )
Filters the parts of the page title.
Parameters
$title_arraystring[]-
Array of parts of the page title.
Source
File: wp-includes/general-template.php. View all references
$title_array = apply_filters( 'wp_title_parts', explode( $t_sep, $title ) );
Related
Used By
| Used By | Description |
|---|---|
| wp_title() wp-includes/general-template.php | Displays or retrieves page title for all areas of blog. |
Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_title_parts