Fires after a comment is retrieved.
Parameters
$_commentWP_Comment- Comment data.
Source
$_comment = apply_filters( 'get_comment', $_comment );
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
Fires after a comment is retrieved.
$_commentWP_Comment$_comment = apply_filters( 'get_comment', $_comment );
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.