comment_feed_join WordPress Filter Hook
The comment_feed_join hook allows you to add additional content to the comment feed. This is useful if you want to add a custom message or links to the feed.
apply_filters_ref_array( 'comment_feed_join', string $cjoin , WP_Query $query ) #
Filters the JOIN clause of the comments feed query before sending.
Parameters
Source
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |