oembed_result

最后更新于:2021-11-27 12:10:28

apply_filters( ‘oembed_result’, string|false $data, string $url, string|array $args )

Filters the HTML returned by the oEmbed provider.

参数

$data

(string|false)
The returned oEmbed HTML (false if unsafe).

$url

(string)
URL of the content to be embedded.

$args

(string|array)
Additional arguments for retrieving embed HTML. See gc_oembed_get() for accepted arguments. Default empty.

源文件

文件: gc-includes/class-gc-oembed.php

View on Trac