wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_status_links › WordPress Filter Hooks

Since5.1.0
Deprecatedn/a
apply_filters( 'comment_status_links', $this->get_views_links( $status_links )
Parameters:
  • (string[]) $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine', 'Pending', 'Approved', 'Spam', and 'Trash'.
    Required: Yes
Defined at:
Codex:

Filters the comment status links.





Source

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