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



getarchives_where › WordPress过滤钩子

Since2.2.0
已弃用n/a
apply_filters( 'getarchives_where', $sql_where, $parsed_args )
参数: (2)
  • (string) $sql_where Portion of SQL query containing the WHERE clause.
    Required: Yes
  • (array) $parsed_args An array of default arguments.
    Required: Yes
定义在:
文档:

Filters the SQL WHERE clause for retrieving archives.





源码

$where = apply_filters( 'getarchives_where', $sql_where, $parsed_args );