apply_filters( ‘get_comment’, WP_Comment $_comment )

In this article

Fires after a comment is retrieved.

Parameters

$_commentWP_Comment
Comment data.

Source

$_comment = apply_filters( 'get_comment', $_comment );

Changelog

VersionDescription
2.3.0Introduced.

User Contributed Notes

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