apply_filters( 'comment_row_actions', array $actions , WP_Comment $comment )
Filters the action links displayed for each comment in the ‘Recent Comments’ dashboard widget.
Parameters
- $actions
-
An array of comment actions. Default actions include: 'Approve', 'Unapprove', 'Edit', 'Reply', 'Spam', 'Delete', and 'Trash'.
- $comment
-
The comment object.
Source
Changelog
Version | Description |
---|---|
WP-2.6.0 | Introduced. |