792* @since 2.9.0793*794* @param string|false$return The returned oEmbed HTML,orfalse on failure.795* @param object$dataA data object result from an oEmbed provider.796* @param string$url The URL of the content to be embedded.797*/798returnapply_filters('oembed_dataparse',$return,$data,$url);799}800801/**802* Strips any newlines from the HTML.803*804* @since 2.9.0asstrip_scribd_newlines()
History
Introduced in 2.9.0. One change between 6.7.7 and 7.1.0.