Fires after the Filter submit button for comment types.
$comment_statusstring$whichstringwp-admin/includes/class-wp-comments-list-table.php:446WP_Comments_List_Table::extra_tablenav() * @since 2.5.0 * @since 5.6.0 The `$which` parameter was added. * * @param string $comment_status The comment status name. Default 'All'. * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'. */ do_action( 'manage_comments_nav', $comment_status, $which ); echo '</div>'; } /** * @return string|falseIntroduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.