wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



getarchives_where › Filtr WordPress Hooks

Od2.2.0
Przestarzałyn/a
apply_filters( 'getarchives_where', $sql_where, $parsed_args )
Parametry: (2)
  • (string) $sql_where Portion of SQL query containing the WHERE clause.
    Wymagane: Tak
  • (array) $parsed_args An array of default arguments.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the SQL WHERE clause for retrieving archives.





Źródło

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