Filters the parts of the page title.
Parameters
$title_array
string[]- Array of parts of the page title.
Source
$title_array = apply_filters( 'wp_title_parts', explode( $t_sep, $title ) );
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |
CARVIEW |
Filters the parts of the page title.
$title_array
string[]$title_array = apply_filters( 'wp_title_parts', explode( $t_sep, $title ) );
Used by | Description |
---|---|
wp_title()wp-includes/general-template.php | Displays or retrieves page title for all areas of blog. |
Version | Description |
---|---|
4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.