apply_filters( 'get_comment', WP_Comment $_comment )

Fires after a comment is retrieved.


Parameters

$_comment WP_Comment
Comment data.

Top ↑

Source

File: wp-includes/comment.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes

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