Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
immortalist
/
wp-content
/
plugins
/
cresta-whatsapp-chat
:
uninstall.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php // if delete/uninstall is not called from WP, then exit if ( ! defined( 'ABSPATH' ) && ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit('Failed to uninstall.'); } // delete plugin options delete_option( 'crestawhatsappchat_settings' ); ?>