apply_filters( ‘comment_status_links’, string[] $status_links )

In this article

Filters the comment status links.

Parameters

$status_linksstring[]
An associative array of fully-formed comment status links. Includes 'All', 'Mine', 'Pending', 'Approved', 'Spam', and 'Trash'.

Source

return apply_filters( 'comment_status_links', $this->get_views_links( $status_links ) );

Changelog

VersionDescription
5.1.0The 'Mine' link was added.
2.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.