Filter: RML/Tree/SQLStatement/WHERE

apply_filters( 'RML/Tree/SQLStatement/WHERE', $sql, $structure ) → {string}

Add WHERE statement to modify parts of the tree SQL statement.

Parameters:
Name Type Description
$sql string

The sql query

$structure IStructure

The structure

Since:
  • 4.0.8
Returns:
Type
string