Filters the comment status links.
Parameters
$status_links
string[]- 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 ) );
User Contributed Notes
You must log in before being able to contribute a note or feedback.