apply_filters( ‘wp_title_parts’, string[] $title_array )

In this article

Filters the parts of the page title.

Parameters

$title_arraystring[]
Array of parts of the page title.

Source

$title_array = apply_filters( 'wp_title_parts', explode( $t_sep, $title ) );

Changelog

VersionDescription
4.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.