comment_url

最后更新于:2021-11-26 04:00:39

apply_filters( ‘comment_url’, string $author_url, int $comment_ID )

Filters the comment author’s URL for display.

参数

$author_url

(string)
The comment author’s URL.

$comment_ID

(int)
The comment ID.

源文件

文件: gc-includes/comment-template.php

View on Trac