734* @since 2.9.0735*736* @param string|false$return The returned oEmbed HTML,orfalse on failure.737* @param object$dataA data object result from an oEmbed provider.738* @param string$url The URL of the content to be embedded.739*/740returnapply_filters('oembed_dataparse',$return,$data,$url);741}742743/**744* Strips any newlines from the HTML.745*746* @since 2.9.0asstrip_scribd_newlines()
History
Introduced in 2.9.0. One change between 6.7.7 and 7.1.0.