apply_filters( 'a_z_listing_pre_index_item_title', string $title, mixed $item, string $item_type )

Modify the title for this item before indexing


Description


Parameters

$title

(string) The current title

$item

(mixed) The item

$item_type

(string) The type of the item. Either 'posts' or 'terms'.


Source

File: src/Indices.php


Changelog

Changelog
VersionDescription
4.0.0Set parameter type for $item to mixed.
2.1.0Introduced.