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
- a_z_listing_item_index_letter,: a_z_listing_item_title
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 | Deprecated |
1.7.1 | Introduced. |