Filters the comment status links.
$status_linksstring[]wp-admin/includes/class-wp-comments-list-table.php:365WP_Comments_List_Table::get_views() * @since 2.5.0 * @since 5.1.0 The 'Mine' link was added. * * @param string[] $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine', * 'Pending', 'Approved', 'Spam', and 'Trash'. */ return apply_filters( 'comment_status_links', $this->get_views_links( $status_links ) ); } /** * Gets the available bulk actions for the comments list. * * @global string $comment_status Current comment status filter.Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.