wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_date_sql › Filtr WordPress Hooks

Od3.7.0
Przestarzałyn/a
apply_filters( 'get_date_sql', $where, $this )
Parametry: (2)
  • (string) $where WHERE clause of the date query.
    Wymagane: Tak
  • (WP_Date_Query) $query The WP_Date_Query instance.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the date query WHERE clause.





Źródło

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