过滤oEmbed远程获取参数。
原型
apply_filters( 'oembed_remote_get_args', array $args, string $url )
参数
$args
(array)
oEmbed远程获取参数。
$url
(string)
要检查的URL。
源文件
路径:wp-includes/class-oembed.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/oembed_remote_get_args/