目录
oembed_remote_get_args钩子是Wordpress钩子,过滤器::过滤嵌入的远程get参数。
apply_filters( ‘oembed_remote_get_args’, array $args, string $url )
另见函数 WP_Http::request()()
参数 | 类型 | 说明 |
---|---|---|
$args | (array) | oEmbed远程get参数。 |
$url | (string) | 要检查的URL。 |
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.0.0 | wp-includes/class-wp-oembed.php:442 | 2 | 0 |