do_action( 'a_z_listing_save_cache', array $query, string $type, array $items )

Save the data to cache


Description


Parameters

$query

The query.

$type

The type of the query. e.g. posts, terms, etc.

$items

The items from query.


Source

File: src/Query.php


Changelog

Changelog
VersionDescription
2.0.0Introduced.