首页    >    中文手册    >   常用函数-wp_get_current_commenter()

常用函数-wp_get_current_commenter()

常用函数-wp_get_current_commenter()

说明

获取当前评论者的姓名、电子邮件和URL。

希望cookies内容已经被过滤。该函数的使用者可能希望重新检查返回的数组。

用法

<?php wp_get_current_commenter() ?>

参数

返回的值

(数组)

分别返回评论者名称,电子邮件和url。

示例

注释

  • 返回的数组有如下映射关系:
Array (          
    ['comment_author']       => 'Harriet Smith,          
    ['comment_author_email'] => 'hsmith@,example.com',          
    ['comment_author_url']   => 'http://example.com/'      
)  

修改记录

自2.0.4版本后

源文件

wp_get_current_commenter()位于 wp-includes/comment.php中。

相关资源

分类:中文手册

* 版权声明:作者WordPress啦! 转载请注明出处。