wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_status_links › WordPress过滤钩子

Since5.1.0
已弃用n/a
apply_filters( 'comment_status_links', $this->get_views_links( $status_links )
参数:
  • (string[]) $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine', 'Pending', 'Approved', 'Spam', and 'Trash'.
    Required: Yes
定义在:
文档:

Filters the comment status links.





源码

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