On this page
apply_filters( 'get_comment', WP_Comment $_comment )
Fires after a comment is retrieved.
Parameters
$_commentWP_Comment-
Comment data.
Source
File: wp-includes/comment.php. View all references
$_comment = apply_filters( 'get_comment', $_comment );
Related
Used By
| Used By | Description |
|---|---|
| get_comment() wp-includes/comment.php | Retrieves comment data given a comment ID or comment object. |
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_comment