This hook has been deprecated. Use a_z_listing_item_index_letter, instead.

apply_filters_deprecated( 'a-z-listing-item-indices', array $indices, mixed $item, string $item_type )

Modify the indice(s) to group this item under


Description

See also


Parameters

$indices

The current indices

$item

The item

$item_type

The type of the listing.


Source

File: src/Indices.php


Changelog

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