Recent

tptn_posts_groupby filter

tptn_posts_groupby

Filter the GROUP BY clause of the query.

Type: filter
Source: includes/frontend/class-display.php line 449

Parameters

TypeNameDescription
string$groupbyThe GROUP BY clause of the query.

Usage

add_filter( 'tptn_posts_groupby', function($groupby) {
    // ...
    return $groupby;
} );