wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_date_sql › WordPress Filter Hooks

Seit3.7.0
Veraltetn/v
apply_filters( 'get_date_sql', $where, $this )
Parameter: (2)
  • (string) $where WHERE clause of the date query.
    Erforderlich: Ja
  • (WP_Date_Query) $query The WP_Date_Query instance.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the date query WHERE clause.





Quellcode

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