embed_oembed_html, $cache, $url, $attr, $post_id

embed_oembed_html, $cache, $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, $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.
    		 *