Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->datetime_zone_gmt = new DateTimeZone('GMT');
     $this->remove_read_more_link();
     $this->wpml_helper = new WpmlHelper();
     $this->current_request = new stdClass();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->wpml_helper = new WpmlHelper();
 }