apply_filters_ref_array( ‘comment_feed_join’, string $cjoin, WP_Query $query )

In this article

Filters the JOIN clause of the comments feed query before sending.

Parameters

$cjoinstring
The JOIN clause of the query.
$queryWP_Query
The WP_Query instance (passed by reference).

Source

$cjoin = apply_filters_ref_array( 'comment_feed_join', array( $cjoin, &$this ) );

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

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