auxin-elements
Last commit date
admin
6 years ago
embeds
6 years ago
includes
6 years ago
languages
6 years ago
public
6 years ago
vendor
7 years ago
README.txt
6 years ago
auxin-elements.php
6 years ago
index.php
9 years ago
package-lock.json
6 years ago
uninstall.php
6 years ago
wpml-config.xml
7 years ago
uninstall.php
17 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Fired when the plugin is uninstalled. |
| 4 | * |
| 5 | * |
| 6 | * @package Auxin |
| 7 | * @license LICENSE.txt |
| 8 | * @author averta |
| 9 | * @link http://phlox.pro/ |
| 10 | * @copyright (c) 2010-2020 averta |
| 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 |