wpseek.com
A WordPress-centric search engine for devs and theme authors



manage_comments_nav › WordPress Action Hooks

Since5.6.0
Deprecatedn/a
do_action( 'manage_comments_nav', $comment_status, $which )
Parameters: (2)
  • (string) $comment_status The comment status name. Default 'All'.
    Required: Yes
  • (string) $which The location of the extra table nav markup: Either 'top' or 'bottom'.
    Required: Yes
Defined at:
Codex:

Fires after the Filter submit button for comment types.





Source

do_action( 'manage_comments_nav', $comment_status, $which );