Description
Filters the SQL JOIN clause for retrieving archives.
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 2062 |
Parameters
Type | Name | Description |
---|---|---|
string | $sql_join | Portion of SQL query containing JOIN clause. |
array | $parsed_args | An array of default arguments. |
PHP Doc
/**
* Filters the SQL JOIN clause for retrieving archives.
*
* @since 2.2.0
*
* @param string $sql_join Portion of SQL query containing JOIN clause.
* @param array $parsed_args An array of default arguments.
*/