Filters the LIMIT clause of the comments feed query before sending.
Parameters
Source
$climits = apply_filters_ref_array( 'comment_feed_limits', array( 'LIMIT ' . get_option( 'posts_per_rss' ), &$this ) );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Raise the number of comments retrieved in comment feeds from the default (10) to 100:
In PHP 5.2 or earlier:
In PHP 5.3 or later: