apply_filters( 'embed_oembed_html', string|false $cache , string $url , array $attr , int $post_id )
Filters the cached oEmbed HTML.
Description
See also
Parameters
- $cache
-
The cached HTML result, stored in post meta.
- $url
-
The attempted embed URL.
- $attr
-
An array of shortcode attributes.
- $post_id
-
Post ID.
Source
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |