过滤器挂钩:过滤注释状态链接。
apply_filters( ‘comment_status_links’, string[] $status_links )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$status_links | (string[]) | 完整形式的注释状态链接的关联数组。包括“All”、“Mine”、“Pending”、“Approved”、“Spam”和“Trash”。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.1.0 | wp-admin/includes/class-wp-comments-list-table.php:326 | 1 | 0 |