85*86* @type int$0 The embed width.87* @type int$1 The embed height.88*}89* @param string$url The URL that should be embedded.90*/91returnapply_filters('embed_defaults',compact('width','height'),$url);92}9394/**95* Attempts to fetch the embed HTMLfor a provided URL using oEmbed.96*97* @since 2.9.0
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.