http_origin
apply_filters( ‘http_origin’, string $origin )
过滤器::更改HTTP请求的来源。
Filter Hook: Change the origin of an HTTP request.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$origin | (string) | 请求的原始来源。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.4.0 | wp-includes/http.php:406 | 1 | 0 |
http_origin 为WP2原创文章,链接:https://www.wp2.cn/hook/http_origin/