do_action( 'a_z_listing_save_cache', array $query , string $type , array $items )
Save the data to cache
Description
Parameters
- $query
(array) The query.
- $type
(string) The type of the query. e.g. posts, terms, etc.
- $items
(array) The items from query.
Source
File: src/Query.php
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |