/**
  * Test all action method of the controller
  *
  * @return void
  */
 public function testInit()
 {
     Herisson::init();
 }
示例#2
0
<?php

if (!defined('WP_UNINSTALL_PLUGIN')) {
    exit;
}
require_once __DIR__ . "/Herisson.php";
Herisson::uninstall();