WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_date_sql

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-date-query.php apply_filters 565 /**
* Filters the date query WHERE clause.
*
* @since 3.7.0
*
* @param string $where WHERE clause of the date query.
* @param WP_Date_Query $query The WP_Date_Query instance.
*/

Hook Parameters

Parameter Type Name Description
string $where WHERE clause of the date query.
WP_Date_Query $query The WP_Date_Query instance.