wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



getarchives_where › Les Filtres WordPress

Depuis2.2.0
Dépréciéen/a
apply_filters( 'getarchives_where', $sql_where, $parsed_args )
Paramètres: (2)
  • (string) $sql_where Portion of SQL query containing the WHERE clause.
    Requis: Oui
  • (array) $parsed_args An array of default arguments.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the SQL WHERE clause for retrieving archives.





Source

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