get_date_sql

最后更新于:2021-11-26 22:30:58

apply_filters( ‘get_date_sql’, string $where, GC_Date_Query $this )

Filters the date query WHERE clause.

参数

$where

(string)
WHERE clause of the date query.

$this

(GC_Date_Query)
The GC_Date_Query instance.

源文件

文件: gc-includes/class-gc-date-query.php

View on Trac