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