当前浏览:首页 / WordPress函数 / comment_author_IP()

comment_author_IP( int|WP_Comment $comment_ID )

显示当前评论作者的IP地址

author 作者more...

comment 评论more...

ip


参数

$comment_ID

(int|WP_Comment)(可选) WP_Comment或要打印作者IP地址的评论的ID。默认当前评论。



源码

查看源码 官方文档


更新日志

版本描述
4.4.0增加了$comment_ID也能接受WP_Comment对象的能力。
0.71开始引入

使用示例

  • 示例1

    显示评论作者IP

    Posted from: <?php comment_author_IP(); ?>