This script will uninstall all options created by the Anywhere plugin.
DONE ";
}
if ( in_array( 'anywhere/anywhere.php', get_option( 'active_plugins' ) ) )
wp_die( 'Anywhere is still active. Please disable it on your plugins page first.' );
echo "
Please comment out the UNINSTALL_ANYWHERE define() on line 29 in this file!