apply_filters( 'wp_title_parts', string[] $title_array )

Filters the parts of the page title.


Parameters

$title_array string[]
Array of parts of the page title.

Top ↑

Source

File: wp-includes/general-template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.0.0 Introduced.

Top ↑

User Contributed Notes

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