%PDF- %PDF-
| Direktori : /var/www/saggita.com.mx/wp-content/plugins/supreme-maps/ |
| Current File : /var/www/saggita.com.mx/wp-content/plugins/supreme-maps/uninstall.php |
<?php
/**
* This file runs when the plugin in uninstalled (deleted).
* This will not run when the plugin is deactivated.
* Ideally you will add all your clean-up scripts here
* that will clean-up unused meta, options, etc. in the database.
*
* @package Supreme Maps/Uninstall
*/
// If plugin is not being uninstalled, exit (do nothing).
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
// Do something here if plugin is being uninstalled.