wpseek.com
A WordPress-centric search engine for devs and theme authors



get_date_sql › WordPress Filter Hooks

Since3.7.0
Deprecatedn/a
apply_filters( 'get_date_sql', $where, $this )
Parameters: (2)
  • (string) $where WHERE clause of the date query.
    Required: Yes
  • (WP_Date_Query) $query The WP_Date_Query instance.
    Required: Yes
Defined at:
Codex:

Filters the date query WHERE clause.





Source

return apply_filters( 'get_date_sql', $where, $this );