wzpa_query_where
Filters the WHERE clause of the query.
Type: filter
Since: 1.2.0
Source: includes/frontend/class-display.php line 416
Parameters
| Type | Name | Description |
|---|---|---|
string |
$where |
The WHERE clause of the query. |
array |
$args |
Arguments array. |
Usage
add_filter( 'wzpa_query_where', function($where, $args) {
// ...
return $where;
} );