常用函数-wp_throttle_comment_flood()

0条评论

常用函数-wp_throttle_comment_flood()

说明

评论数量异常增多时,该函数决定是否禁止评论

用法

<?php wp_throttle_comment_flood( $block, $time_lastcomment, $time_newcomment ) ?>

参数

$block

(布尔值)(必需)插件封闭评论时为true

默认值:None

$time_lastcomment

(整数)(必需)最近一次评论的时间标记

默认值:None

$time_newcomment

(整数)(必需)新评论的时间标记

默认值:None

返回的值

(布尔值)

当$block为true时,返回true; $block为false且$time_newcomment - $time_lastcomment < 15时,返回true。否则返回false。

示例

注释子

修改记录

自2.1.0版本后

源文件

wp_throttle_comment_flood()位于 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.