manage_comments_nav, $comment_status, $which
manage_comments_nav, $comment_status, $which
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('manage_comments_nav, $comment_status, $which') is found 1 times:
- /wp-admin/includes/class-wp-comments-list-table.php line 466
* * @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>'; } /** * Gets the current action selected from the bulk actions dropdown.