apply_filters_ref_array( 'comment_feed_limits', string $climits , WP_Query $this )
Filters the LIMIT clause of the comments feed query before sending.
Parameters
- $climits
-
The JOIN clause of the query.
- $this
-
The WP_Query instance (passed by reference).
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |