Description
Filters rewrite rules used for comment feed archives. Likely comments feed archives include `/comments/feed/` and `/comments/feed/atom/`.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-rewrite.php | 1359 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $comments_rewrite | Array of rewrite rules for the site-wide comments feeds, keyed by their regex pattern. |
PHP Doc
/**
* Filters rewrite rules used for comment feed archives.
*
* Likely comments feed archives include `/comments/feed/` and `/comments/feed/atom/`.
*
* @since 1.5.0
*
* @param string[] $comments_rewrite Array of rewrite rules for the site-wide comments feeds, keyed by their regex pattern.
*/