This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Player::set_post_embed_options()
Get video embedding options
Source
File: includes/libs/player/player.class.php
109 | private function set_post_embed_options(){ |
117 | $this ->options = apply_filters( |
118 | 'vimeotheque\player\embed_options' , |
120 | $this ->manual_options, |
121 | $this ->post->get_embed_options( true ) |
123 | $this ->post->get_post(), |
124 | $this ->post->get_video_data() |
Expand full source code
Collapse full source code