manage_comments_nav

最后更新于:2021-11-27 05:48:07

do_action( ‘manage_comments_nav’, string $comment_status, string $which )

Fires after the Filter submit button for comment types.

参数

$comment_status

(string)
The comment status name. Default ‘All’.

$which

(string)
The location of the extra table nav markup: ‘top’ or ‘bottom’.

源文件

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

View on Trac