Filter hook 'wp_title_parts'

in WP Core File wp-includes/general-template.php at line 1440

Description

Filters the parts of the page title.

Occurrences

Filename Line Number
wp-includes/general-template.php 1440

Parameters

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

PHP Doc

/**
	 * Filters the parts of the page title.
	 *
	 * @since 4.0.0
	 *
	 * @param string[] $title_array Array of parts of the page title.
	 */