embed_oembed_html, $html, $url, $attr, $post_id

embed_oembed_html, $html, $url, $attr, $post_id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_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 );
    	}