Recent

tptn_posts_where filter

tptn_posts_where

Filter the WHERE clause of the query.

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

Parameters

TypeNameDescription
string$whereThe WHERE clause of the query.

Usage

add_filter( 'tptn_posts_where', function($where) {
    // ...
    return $where;
} );