apply_filters( 'a_z_listing_get_cached_query', array $items , array $query , string $type )
Get the cached data
Description
Parameters
- $items
(array) The items from previous cache modules.
- $query
(array) The query.
- $type
(string) The type of the query. e.g. posts, terms, etc.
Source
File: src/Query.php
Changelog
Version | Description |
---|---|
4.0.0 | apply to all queries. |
2.0.0 | apply to taxonomy queries. Add type parameter indicating type of query. |
1.0.0 | Introduced. |