admin_comment_types_dropdown

最后更新于:2021-11-25 19:25:29

apply_filters( ‘admin_comment_types_dropdown’, string[] $comment_types )

Filters the comment types shown in the drop-down menu on the Comments list table.

参数

$comment_types

(string[])
Array of comment type labels keyed by their name.

源文件

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

View on Trac