Example #1
0
 public function update()
 {
     // register domain
     $this->register_text_domain();
     // update database
     require_once EA_SRC_DIR . 'dbmodels.php';
     require_once EA_SRC_DIR . 'install.php';
     require_once EA_SRC_DIR . 'metafields.php';
     $tools = new EAInstallTools();
     $tools->update();
 }