Player::__construct( \Vimeotheque\Video_Post $post, array $options = array() )
Player constructor.
Parameters
- $post
-
(Required)
- $options
-
(Optional)
Default value: array()
Source
File: includes/libs/player/player.class.php
public function __construct( Video_Post $post, $options = [] ) { $this->post = $post; $this->manual_options = $options; $this->set_post_embed_options(); }