Filters the action links displayed for each comment in the Comments list table.
$actionsstring[]
'Approve', 'Unapprove', 'Edit', 'Reply', 'Spam', 'Delete', and 'Trash'.$commentWP_Comment
$actions = apply_filters( 'comment_row_actions', array_filter( $actions ), $comment );
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_row_actions