Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/general-template.php | apply_filters | 2029 | /** * Filters the SQL WHERE clause for retrieving archives. * * @since 2.2.0 * * @param string $sql_where Portion of SQL query containing the WHERE clause. * @param array $parsed_args An array of default arguments. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $sql_where | Portion of SQL query containing the WHERE clause. |
array | $parsed_args | An array of default arguments. |