Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/comment.php | apply_filters | 219 | /** * Fires after a comment is retrieved. * * @since 2.3.0 * * @param WP_Comment $_comment Comment data. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
WP_Comment | $_comment | Comment data. |