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
(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 | Remove int from passed parameter types for $item . |
2.1.0 | Deprecated |
1.7.0 | Introduced. |