MOON
Server: Apache
System: Linux vps.erhabenn.com.br 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User: machen (1008)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /disk001/machen/public_html/support/wp-content/plugins/echo-widgets/uninstall.php
<?php

// Exit if accessed directly
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) exit;


/**
 * Uninstall this plugin
 *
 */


flush_rewrite_rules(false);

/** Delete plugin options */
// do not delete 'widg_version' so we know whether this is a new install
// TODO if user explicitly specifies: delete_option( 'widg_version' );
delete_option( 'widg_error_log' );
delete_option( 'widg_license_key' );
delete_option( 'widg_license_status' );
delete_option( 'widg_license_state' );