comment_status_links

最后更新于:2021-11-26 04:00:12

apply_filters( ‘comment_status_links’, string[] $status_links )

Filters the comment status links.

参数

$status_links

(string[])
An associative array of fully-formed comment status links. Includes ‘All’, ‘Mine’, ‘Pending’, ‘Approved’, ‘Spam’, and ‘Trash’.

源文件

文件: gc-admin/includes/class-gc-comments-list-table.php

View on Trac