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

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.0Introduced.