File "uninstall.php"

Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/plugins/cresta-whatsapp-chat/uninstall.php
File size: 250 bytes
MIME-type: text/x-php
Charset: utf-8

<?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' );
?>