public function __construct($namespace)
 {
     parent::__construct($namespace, self::URL);
     $this->datetime_zone_gmt = new DateTimeZone('GMT');
     $this->remove_read_more_link();
     $this->wpml_helper = new WpmlHelper();
     $this->current_request = new stdClass();
 }
 public function __construct($namespace)
 {
     parent::__construct($namespace, self::URL);
     $this->wpml_helper = new WpmlHelper();
 }
예제 #3
0
 public function __construct($namespace)
 {
     parent::__construct($namespace, self::URL);
 }