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

(array) The current indices

$item

(mixed) The item

$item_type

(string) The type of the listing.


Source

File: src/Indices.php


Changelog

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