embed_oembed_html, $cache, $url, $attr, $post_id
embed_oembed_html, $cache, $url, $attr, $post_id
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('embed_oembed_html, $cache, $url, $attr, $post_id') is found 1 times:
- /wp-includes/class-wp-embed.php line 291
* @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. *