wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



getarchives_where › WordPress Filter Hooks

Da2.2.0
Deprecaton/a
apply_filters( 'getarchives_where', $sql_where, $parsed_args )
Parametri: (2)
  • (string) $sql_where Portion of SQL query containing the WHERE clause.
    Richiesto:
  • (array) $parsed_args An array of default arguments.
    Richiesto:
Definito a:
Codex:

Filters the SQL WHERE clause for retrieving archives.





Sorgenti

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