apply_filters( 'get_date_sql', string $where, WP_Date_Query $this )

Filters the date query WHERE clause.


Description Description


Parameters Parameters

$where

(string) WHERE clause of the date query.

$this

(WP_Date_Query) The WP_Date_Query instance.


Top ↑

Source Source

File: wp-includes/class-wp-date-query.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.