embed_oembed_html, $html, $url, $attr, $post_id
embed_oembed_html, $html, $url, $attr, $post_id
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('embed_oembed_html, $html, $url, $attr, $post_id') is found 1 times:
- /wp-includes/class-wp-embed.php line 374
// If there was a result, return it. if ( $html ) { /** This filter is documented in wp-includes/class-wp-embed.php */ return apply_filters( 'embed_oembed_html', $html, $url, $attr, $post_id ); } // Still unknown. return $this->maybe_make_link( $url ); }