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