Allow functions to modify fetched video details. This filter allows third-party code to modify the return data about a given video. It may involve swapping some data out or adding new parameters.
Parameters
- .
- ( 4.0.0 ) . .
- $data
- ( object ) The data returned by the WPCOM API. See: https://developer.wordpress.com/docs/api/1.1/get/videos/%24guid/ . . .
- $guid
- ( string ) The GUID of the VideoPress video in question. . . .