常用函数-wp_new_comment()

1条评论

常用函数-wp_new_comment()

说明

在数据库中添加新评论。

将新评论进行过滤,确保在数据库中插入新评论前,字段都已经被审查并处于可用状态。用评论编号、以及评论是否被WordPress许可调用'comment_post'动作。在函数进行操作前,还可以用'preprocess_comment'过滤器处理评论数据。

用法

<?php wp_new_comment( $commentdata ) ?>

参数

$commentdata

(数组)(必需)包含关于评论的信息

默认值:None

返回的值

(整数)

添加后的评论编号

示例

注释

修改记录

自1.5.0版本后

源文件

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

相关资源

#1
谢谢分享!!帮助很大

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许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.