Example #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->input = new PMWI_Input();
     $this->input->addFilter('trim');
     $this->errors = new WP_Error();
     $this->init();
 }