apply_filters( 'a_z_listing_query', array|Object|WP_Query $query, string $type )

Modify or replace the query


Description


Parameters

$query

The query object

$type

The type of the query. Either 'posts' or 'terms'.


Source

File: src/Query.php


Changelog

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