Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
sneeit-framework
:
uninstall.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Fired when the plugin is uninstalled. * @author Tien Nguyen */ // If uninstall, not called from WordPress, then exit if( !defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } // TODO: Define uninstall functionality here