comment_max_links_url

最后更新于:2021-11-26 03:51:21

apply_filters( ‘comment_max_links_url’, int $num_links, string $url, string $comment )

Filters the number of links found in a comment.

参数

$num_links

(int)
The number of links found.

$url

(string)
Comment author’s URL. Included in allowed links total.

$comment

(string)
Content of the comment.

源文件

文件: gc-includes/comment.php

View on Trac