738* @since 2.9.0739*740* @param string$return The returned oEmbed HTML.741* @param object$dataA data object result from an oEmbed provider.742* @param string$url The URL of the content to be embedded.743*/744returnapply_filters('oembed_dataparse',$return,$data,$url);745}746747/**748* Strips any newlines from the HTML.749*750* @since 2.9.0asstrip_scribd_newlines()
History
Introduced in 2.9.0. One change between 6.7.7 and 7.1.0.