comments_rewrite_rules

最后更新于:2021-11-26 00:57:38

apply_filters( ‘comments_rewrite_rules’, string[] $comments_rewrite )

Filters rewrite rules used for comment feed archives.

参数

$comments_rewrite

(string[])
Array of rewrite rules for the site-wide comments feeds, keyed by their regex pattern.

源文件

文件: gc-includes/class-gc-rewrite.php

View on Trac