File "uninstall.php"

Full Path: /home/apmablcosr/www/wp-content/plugins/send-emails-with-mandrill/uninstall.php
File size: 341 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if( !defined( 'WP_UNINSTALL_PLUGIN' ) )
	exit();

delete_option( 'wpmandrill' );
delete_option( 'wpmandrill-test' );
delete_option( 'wpmandrill-stats' );
delete_transient('mandrill-stats');

wp_clear_scheduled_hook('wpm_update_stats');

if ( function_exists('delete_site_option') )  delete_site_option('wpmandrill_notice_shown');

?>