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