Location: PHPKode > scripts > Simple History > simple-history/uninstall.php
<?php
/**
 * File that is run during plugin uninstall (not just de-activate)
 */

//if uninstall not called from WordPress exit
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) )
	exit ();

Return current item: Simple History