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