apply_filters( 'a-z-listing-pre-index-item-title', string $title, WP_Post|WP_Term $item, string $item_type )

Modify the title for this item before indexing


Description


Parameters

$title

The current title

$item

The item

$item_type

The type of the item. Either 'posts' or 'terms'.


Source

File: src/Indices.php


Changelog

Changelog
VersionDescription
4.0.0Remove int from passed parameter types for $item.
2.1.0Introduced.