is_protected_ajax_action()
is_protected_ajax_action()
确定我们当前是否正在处理应针对WSODs进行保护的AJAX操作。
Determines whether we are currently handling an AJAX action that should be protected against WSODs.
返回(Return)
(bool)如果当前AJAX操作应该受到保护,则为True。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.2.0 | wp-includes/load.php:859 | 1 function | 3 |
is_protected_ajax_action() 为WP2原创文章,链接:https://www.wp2.cn/functions/is_protected_ajax_action/