| Current Path : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso/ |
| Current File : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso/uninstall.php |
<?php
//if uninstall not called from WordPress exit
if (!defined('WP_UNINSTALL_PLUGIN'))
exit;
require_once(plugin_dir_path(__FILE__) . 'peepso.php');
require_once(plugin_dir_path(__FILE__) . 'install' . DIRECTORY_SEPARATOR . 'activate.php');
require_once(plugin_dir_path(__FILE__) . 'install' . DIRECTORY_SEPARATOR . 'deactivate.php');
PeepSoUninstall::plugin_uninstall();