get_comment_author_url

最后更新于:2021-11-26 22:27:17

apply_filters( ‘get_comment_author_url’, string $url, int $comment_ID, GC_Comment $comment )

Filters the comment author’s URL.

参数

$url

(string)
The comment author’s URL.

$comment_ID

(int)
The comment ID.

$comment

(GC_Comment)
The comment object.

源文件

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

View on Trac