apply_filters( 'get_date_sql', string $where , WP_Date_Query $this )
Filters the date query WHERE clause.
Parameters
- $where
-
WHERE clause of the date query.
- $this
-
The WP_Date_Query instance.
Source
File: wp-includes/date.php
Changelog
Version | Description |
---|---|
WP-3.7.0 | Introduced. |