comment_max_links_url

过滤钩子
apply_filters( 'comment_max_links_url', $num_links, $url, $comment )
参数
  • (int) $num_links The number of links found.
    Required:
  • (string) $url Comment author's URL. Included in allowed links total.
    Required:
  • (string) $comment Content of the comment.
    Required:
定义位置
相关勾子
comment_status_linkscomment_linkcomment_emailcomment_urlcomment_reply_link_args
相关方法
comment_linkcomments_linkcomment_author_linkcomments_rss_linkcomment_reply_linkcomment_author_url
引入
4.7.0
弃用
-

comment_max_links_url。这个过滤钩子允许开发者改变评论审核页面的URL。

过滤评论中发现的链接数量。

$num_links = apply_filters( 'comment_max_links_url', $num_links, $url, $comment );

常见问题

FAQs
查看更多 >