常用函数-wp_get_current_commenter()

0条评论

常用函数-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中。

相关资源

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许HTML标签:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • 自动断行和分段。

更多关於格式化选项的信息

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.