Recent

tptn_posts_join filter

tptn_posts_join

Filter the JOIN clause of the query.

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

Parameters

TypeNameDescription
string$joinThe JOIN clause of the query.

Usage

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