tptn_posts_where
Filter the WHERE clause of the query.
Type: filter
Source: includes/frontend/class-display.php line 442
Parameters
| Type | Name | Description |
|---|---|---|
string | $where | The WHERE clause of the query. |
Usage
add_filter( 'tptn_posts_where', function($where) {
// ...
return $where;
} );