示例#1
0
 public function hookDeleteUser(GWF_User $user, array $args)
 {
     $this->onInclude();
     return GWF_Page::hookDeleteUser($user);
 }