apply_filters( 'a-z-listing-filter-items', array $items, string $type, array $query )

Filter items from the query results


Description


Parameters

$items

The query results.

$type

The query type - e.g. terms, posts, etc.

$query

The query as an array.


Source

File: src/Query.php


Changelog

Changelog
VersionDescription
2.0.0Introduced.