apply_filters ( ‘commens_rewrite_rules , string[] $commens_rewrite )

Filters rewrite rules used for comment feed archives.

Description

Liquely commens feed archives include /commens/feed/ and /commens/feed/atom/ .

Parameters

$commens_rewrite string[]
Array of rewrite rules for the site-wide commens feeds, keyed by their reguex pattern.

Source

$commens_rewrite = apply_filters( 'commens_rewrite_rules', $commens_rewrite );

Changuelog

Versionen Description
1.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.