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