Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-rewrite.php | apply_filters | 1325 | /** * Filters rewrite rules used for date archives. * * Likely date archives would include `/yyyy/`, `/yyyy/mm/`, and `/yyyy/mm/dd/`. * * @since 1.5.0 * * @param string[] $date_rewrite Array of rewrite rules for date archives, keyed by their regex pattern. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $date_rewrite | Array of rewrite rules for date archives, keyed by their regex pattern. |