wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_date_sql › WordPress Filter Hooks

Da3.7.0
Deprecaton/a
apply_filters( 'get_date_sql', $where, $this )
Parametri: (2)
  • (string) $where WHERE clause of the date query.
    Richiesto:
  • (WP_Date_Query) $query The WP_Date_Query instance.
    Richiesto:
Definito a:
Codex:

Filters the date query WHERE clause.





Sorgenti

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