comment_row_actions

最后更新于:2021-11-26 03:59:55

apply_filters( ‘comment_row_actions’, string[] $actions, GC_Comment $comment )

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

参数

$actions

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

$comment

(GC_Comment)
The comment object.

源文件

文件: gc-admin/includes/dashboard.php

View on Trac