apply_filters( 'a_z_listing_item_index_letter', array $indices, mixed $item, string $item_type )

Modify the indice(s) to group this item under


Description


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.0Set parameter type for $item to mixed.
2.1.0Introduced.