Filters the cached oEmbed HTML.
$cachestring|false$urlstring$attrarray$post_idintwp-includes/class-wp-embed.php:291WP_Embed::shortcode()wp-includes/class-wp-embed.php:374WP_Embed::shortcode() * * @param string|false $cache The cached HTML result, stored in post meta. * @param string $url The attempted embed URL. * @param array $attr An array of shortcode attributes. * @param int $post_id Post ID. */ return apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_id ); } } /** * Filters whether to inspect the given URL for discoverable link tags. *Introduced in 2.9.0. One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$cache retyped from string|false to string.verified against source