Filters the JOIN clause of the comments feed query before sending.
Parameters
Source
$cjoin = apply_filters_ref_array( 'comment_feed_join', array( $cjoin, &$this ) );
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |
Filters the JOIN clause of the comments feed query before sending.
$cjoin = apply_filters_ref_array( 'comment_feed_join', array( $cjoin, &$this ) );
Version | Description |
---|---|
2.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.