apply_filters( 'vimeotheque\rest_api\fields', null|array $response , array $object , \Vimeotheque\Video_Post $video )
Run filter on returned result to allow third party to add additional fields.
Parameters
- $response
-
The returned fields that wil be added to Rest API.
- $object
-
The queried object.
- $video
-
The video post object.