apply_filters( 'vimeotheque\themes\thumbnail_image_sizes', array $sizes , \Vimeotheque\Video_Post $video )
Filter default sizes to allow additional sizes to be added.
Parameters
- $sizes
-
Registered thumbnail sizes stored as size_name => thumbnail ID in video thumbnails array.
- $video
-
The current video post being processed in loop.
Source
Changelog
Version | Description |
---|---|
2.0.15 | Introduced. |