wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_row_actions › WordPress Filter Hooks

Since2.6.0
Deprecatedn/a
apply_filters( 'comment_row_actions', array_filter( $actions )
Parameters: (2)
  • (string[]) $actions An array of comment actions. Default actions include: 'Approve', 'Unapprove', 'Edit', 'Reply', 'Spam', 'Delete', and 'Trash'.
    Required: Yes
  • (WP_Comment) $comment The comment object.
    Required: Yes
Defined at:
Codex:

Filters the action links displayed for each comment in the Comments list table.





Source

$actions = apply_filters( 'comment_row_actions', array_filter( $actions ), $comment );