public function __construct($settings) { parent::__construct($settings); $this->_auth = VIMEOGRAPHY_CLIENT_ID; $this->_vimeo = new Vimeography_Vimeo($this->_auth); $this->_vimeo->set_user_agent(sprintf('Vimeography loves you (%s)', home_url())); }
public function __construct($settings) { parent::__construct($settings); }