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