wpseek.com
A WordPress-centric search engine for devs and theme authors



getarchives_where › WordPress Filter Hooks

Since2.2.0
Deprecatedn/a
apply_filters( 'getarchives_where', $sql_where, $parsed_args )
Parameters: (2)
  • (string) $sql_where Portion of SQL query containing the WHERE clause.
    Required: Yes
  • (array) $parsed_args An array of default arguments.
    Required: Yes
Defined at:
Codex:

Filters the SQL WHERE clause for retrieving archives.





Source

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