wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



comments_rewrite_rules › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'comments_rewrite_rules', $comments_rewrite )
Parameter:
  • () comments_rewrite Array of rewrite rules for the site-wide comments feeds, keyed by their regex pattern.
    Erforderlich: Ja
Definiert in:
Codex:

Filters rewrite rules used for comment feed archives.

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




Quellcode

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