cron_request

过滤钩子
参数
  • (array) $cron_request_array { An array of cron request URL arguments. @type string $url The cron request URL. @type int $key The 22 digit GMT microtime. @type array $args { An array of cron request arguments. @type int $timeout The request timeout in seconds. Default .01 seconds. @type bool $blocking Whether to set blocking for the request. Default false. @type bool $sslverify Whether SSL should be verified for the request. Default false. } }
    Required:
    Default:
  • (string) $doing_wp_cron The unix timestamp of the cron lock.
    Required:
定义位置
相关勾子
requestparse_requestcron_schedulespre_http_requestdo_parse_request
相关方法
rest_do_requestwp_favicon_requestwp_remote_requestwp_is_json_requestrest_ensure_requestwp_is_jsonp_request
引入
4.5.0
弃用
-

cron_request是一个过滤器钩子,它允许你在发出cron请求时修改传递给wp_remote_post函数的参数。你可以使用这个钩子来添加或删除参数,例如超时值,来定制cron请求。

过滤cron请求的参数。

$cron_request = apply_filters(

常见问题

FAQs
查看更多 >