コード例 #1
0
ファイル: uninstall.php プロジェクト: juan2ramos/casaLuker
<?php

//if uninstall not called from WordPress exit
if (!defined('WP_UNINSTALL_PLUGIN')) {
    exit;
}
include_once "clases/EnvialoSimple.php";
$ev = new EnvialoSimple();
$ev->eliminarTablaBD();