apply_filters( 'vimeotheque_enhanced_embed\embed_code', string $video_container , \Vimeotheque\Video_Post $video , string $thumbnail_html )
Filter the embed code when option to replace featured image is on.
Description
Filter is triggered when the option to embed videos in place of the featured image is activated.
Parameters
- $video_container
-
The HTML element that will contrin the video embed.
- $video
-
The \Vimeotheque\Video_Post post object.
- $thumbnail_html
-
The featured image HTML code.