Filters the date query WHERE clause.
Parameters
$where
string- WHERE clause of the date query.
$query
WP_Date_Query- The WP_Date_Query instance.
Source
return apply_filters( 'get_date_sql', $where, $this );
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.