apply_filters( 'getarchives_where', string $sql_where , array $r )
Filters the SQL WHERE clause for retrieving archives.
Description Description
Parameters Parameters
- $sql_where
-
(string) Portion of SQL query containing the WHERE clause.
- $r
-
(array) An array of default arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |