Recent

wzpa_query_joinfilter

wzpa_query_join

Filters the JOIN clause of the query.

Type: filter
Since: 1.2.0
Source: includes/frontend/class-display.php line 406

Parameters

Type Name Description
string $join The JOIN clause of the query.
array $args Arguments array.

Usage

add_filter( 'wzpa_query_join', function($join, $args) {
    // ...
    return $join;
} );