Contents
Filter that can be used to prevent Vimeotheque from embedding the video into the post content automatically.
add_filter( 'vimeotheque\post_content_embed', (bool) $allow );
Parameters
$allow
(bool) Allow auto embedding (true) or prevent it (false).
Usage
Was this article helpful?
YesNo