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

Changelog
VersionDescription
4.0.0apply to all queries.
2.0.0apply to taxonomy queries. Add type parameter indicating type of query.
1.0.0Introduced.