oembed_dataparse, $return, $data, $url

oembed_dataparse, $return, $data, $url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('oembed_dataparse, $return, $data, $url') is found 1 times:

  • /wp-includes/class-wp-oembed.php line 740
    		 * @param string|false $return The returned oEmbed HTML, or false on failure.
    		 * @param object       $data   A data object result from an oEmbed provider.
    		 * @param string       $url    The URL of the content to be embedded.
    		 */
    		return apply_filters( 'oembed_dataparse', $return, $data, $url );
    	}
    
    	/**
    	 * Strips any new lines from the HTML.
    	 *
    	 * @since 2.9.0 as strip_scribd_newlines()