apply_filters( 'comment_row_actions', string[] $actions, WP_Comment $comment )

Filters the action links displayed for each comment in the ‘Recent Comments’ dashboard widget.


Description Description


Parameters Parameters

$actions

(string[]) An array of comment actions. Default actions include: 'Approve', 'Unapprove', 'Edit', 'Reply', 'Spam', 'Delete', and 'Trash'.

$comment

(WP_Comment) The comment object.


Top ↑

Source Source

File: wp-admin/includes/dashboard.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.