常用函数-check_ajax_referer()

0条评论

说明

该函数可由插件代替。若插件无法重新定义函数,则使用该函数。

该函数验证AJAX请求以阻止执行来自博客外部的请求。

用法

<?php check_ajax_referer( $action, $query_arg, $die ) ?>

参数

$action

(字符串)(可选)动作随机数

默认值:-1

$query_arg

(字符串)(可选)在$_REQUEST的什么位置查找随机数(自WordPress 2.5)

默认值:false

$die

(未知)(可选)

默认值:true

返回的值

(空)

该函数不返回任何值。

示例

注释

  • 该函数可由插件代替。若插件无法重新定义函数,则使用该函数。

历史记录

始见于2.0.4版本

源文件

check_ajax_referer()位于 wp-includes/pluggable.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.