apply_filters( 'comment_status_links', string[] $status_links )

Filters the comment status links.


Description Description


Parameters Parameters

$status_links

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


Top ↑

Source Source

File: wp-admin/includes/class-wp-comments-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.1.0 The 'Mine' link was added.
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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