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
-
(null|array) The returned fields that wil be added to Rest API.
- $object
-
(array) The queried object.
- $video
-
(\Vimeotheque\Video_Post) The video post object.