embed_oembed_html

最后更新于:2021-11-26 09:12:50

apply_filters( ’embed_oembed_html’, string|false $cache, string $url, array $attr, int $post_ID )

Filters the cached oEmbed HTML.

参数

$cache

(string|false)
The cached HTML result, stored in post meta.

$url

(string)
The attempted embed URL.

$attr

(array)
An array of shortcode attributes.

$post_ID

(int)
Post ID.

源文件

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

View on Trac