Action hook 'manage_comments_nav'

in WP Core File wp-admin/includes/class-wp-comments-list-table.php at line 442

Description

Fires after the Filter submit button for comment types.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-comments-list-table.php 442

Parameters

Type Name Description
string $comment_status The comment status name. Default 'All'.
string $which The location of the extra table nav markup: Either 'top' or 'bottom'.

PHP Doc

/**
		 * Fires after the Filter submit button for comment types.
		 *
		 * @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'.
		 */