auxin-elements
Last commit date
admin
9 years ago
assets
9 years ago
includes
9 years ago
languages
9 years ago
public
9 years ago
LICENSE.txt
9 years ago
README.txt
9 years ago
auxin-elements.php
9 years ago
index.php
9 years ago
uninstall.php
9 years ago
uninstall.php
17 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Fired when the plugin is uninstalled. |
| 4 | * |
| 5 | * |
| 6 | * @package auxin-elements |
| 7 | * @license LICENSE.txt |
| 8 | * @author |
| 9 | * @link https://bitbucket.org/averta/ |
| 10 | * @copyright (c) 2010-2017 |
| 11 | */ |
| 12 | |
| 13 | // If uninstall not called from WordPress, then exit |
| 14 | if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { |
| 15 | exit( 'No Naughty Business Please !' ); |
| 16 | } |
| 17 |