File "uninstall.php"
Full Path: /home/smarrcpq/etceterast.com/wp-content/plugins/auxin-elements/uninstall.php
File size: 342 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Fired when the plugin is uninstalled.
*
*
* @package Auxin
* @license LICENSE.txt
* @author averta
* @link http://phlox.pro/
* @copyright (c) 2010-2025 averta
*/
// If uninstall not called from WordPress, then exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit( 'No Naughty Business Please !' );
}