Your IP : 216.73.217.154


Current Path : /home/ereika83/www/wp-content/plugins/snapshot/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/snapshot/uninstall.php

<?php

if ( 'snapshot/snapshot.php' !== WP_UNINSTALL_PLUGIN ) {
	return;
}

if ( ! isset( $wpmudev_snapshot ) ) {
	include dirname( __FILE__ ) . '/snapshot.php';
	$wpmudev_snapshot = WPMUDEVSnapshot::instance();
}

$wpmudev_snapshot->uninstall_snapshot();