apply_filters( 'vimeotheque\post_content_embed', bool $allow )
Filter that can prevent video embedding into the post content.
Description
Preventing the video embedding into the post content is useful when using custom theme templates for the video posts.
Parameters
- $allow
-
Allow automatic embedding into the post content (true) or prevent it (false).