<?php
if (!defined('WP_UNINSTALL_PLUGIN')) {
exit();
}
if (current_user_can('edit_plugins')) {
delete_option("EasyRecipe");
$data = http_build_query(array('action' => 'uninstall', 'site' => get_site_url()));
$fp = @fopen("https://www.easyrecipeplugin.com/installed.php?$data", "r");
}