wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comments_rewrite_rules › WordPress Filter Hooks

Da1.5.0
Deprecaton/a
apply_filters( 'comments_rewrite_rules', $comments_rewrite )
Parametri:
  • (string[]) $comments_rewrite Array of rewrite rules for the site-wide comments feeds, keyed by their regex pattern.
    Richiesto:
Definito a:
Codex:

Filters rewrite rules used for comment feed archives.

Likely comments feed archives include /comments/feed/ and /comments/feed/atom/.





Sorgenti

$comments_rewrite = apply_filters( 'comments_rewrite_rules', $comments_rewrite );