get_comment_author_IP

最后更新于:2021-11-26 11:37:05

apply_filters( ‘get_comment_author_IP’, string $comment_author_IP, int $comment_ID, GC_Comment $comment )

Filters the comment author’s returned IP address.

参数

$comment_author_IP

(string)
The comment author’s IP address.

$comment_ID

(int)
The comment ID.

$comment

(GC_Comment)
The comment object.

源文件

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

View on Trac