740* @since 2.9.0741*742* @param string|false$return The returned oEmbed HTML,orfalse on failure.743* @param object$dataA data object result from an oEmbed provider.744* @param string$url The URL of the content to be embedded.745*/746returnapply_filters('oembed_dataparse',$return,$data,$url);747}748749/**750* Strips any newlines from the HTML.751*752* @since 2.9.0asstrip_scribd_newlines()
History
Introduced in 2.9.0. One change between 6.7.7 and 7.1.0.