Turns a single date clause into pieces for a WHERE clause.
Description
A wrapper for get_sql_for_clause(), included here for backward compatibility while retaining the naming convention across Query classes.
Parameters
$query
arrayrequired- Date query arguments.
Source
protected function get_sql_for_subquery( $query ) {
return $this->get_sql_for_clause( $query, '' );
}
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.