wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



getarchives_where › Hooks de Filtros WordPress

Desde2.2.0
Obsoleton/a
apply_filters( 'getarchives_where', $sql_where, $parsed_args )
Parâmetros: (2)
  • (string) $sql_where Portion of SQL query containing the WHERE clause.
    Required: Yes
  • (array) $parsed_args An array of default arguments.
    Required: Yes
Definido em:
Codex:

Filters the SQL WHERE clause for retrieving archives.





Fonte

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