comment_status_links

过滤钩子
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:
定义位置
相关勾子
comment_linkcomment_max_links_urlget_comments_linkget_comment_author_linkcomments_link_feed
相关方法
comments_linkcomment_author_linkcomments_rss_linkcomment_linkget_comment_statusescomments_popup_link
引入
5.1.0
弃用
-

comment_status_links: 这个过滤器允许你修改出现在管理界面的评论状态行中的链接列表。

过滤评论状态链接。

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

常见问题

FAQs
查看更多 >