manage_comments_custom_column
最后更新于:2021-11-27 05:46:27
do_action( ‘manage_comments_custom_column’, string $column_name, int $comment_id )
Fires when the default column output is displayed for a single row.
参数
- $column_name
-
(string)
The custom column’s name. - $comment_id
-
(int)
The custom column’s unique ID number.
源文件
文件: gc-admin/includes/class-gc-comments-list-table.php