예제 #1
0
 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()));
 }
예제 #2
0
 public function __construct($settings)
 {
     parent::__construct($settings);
 }