apply_filters( 'a_z_listing_pre_index_item_title', string $title , mixed $item , string $item_type )
Modify the title for this item before indexing
Description
Parameters
- $title
The current title
- $item
The item
- $item_type
The type of the item. Either 'posts' or 'terms'.
Source
File: src/Indices.php
Changelog
Version | Description |
---|---|
4.0.0 | Set parameter type for $item to mixed . |
2.1.0 | Introduced. |