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



comment_max_links_url › WordPress过滤钩子

Since4.7.0
已弃用n/a
apply_filters( 'comment_max_links_url', $num_links, $url, $comment )
参数: (3)
  • (int) $num_links The number of links found.
    Required: Yes
  • (string) $url Comment author's URL. Included in allowed links total.
    Required: Yes
  • (string) $comment Content of the comment.
    Required: Yes
定义在:
文档:

Filters the number of links found in a comment.





源码

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