wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_date_sql › WordPress过滤钩子

Since3.7.0
已弃用n/a
apply_filters( 'get_date_sql', $where, $this )
参数: (2)
  • (string) $where WHERE clause of the date query.
    Required: Yes
  • (WP_Date_Query) $query The WP_Date_Query instance.
    Required: Yes
定义在:
文档:

Filters the date query WHERE clause.





源码

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