HEX
Server: LiteSpeed
System: Linux server257.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: salhiscp (12590)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /home/salhiscp/www/wp-content/plugins/wp-live-chat-support/uninstall.php
<?php

/**
 * Fired when the plugin is uninstalled.
 *
 * @link       https://www.3cx.com
 * @since      10.0.0
 *
 * @package    wplc_Plugin
 */

// If uninstall not called from WordPress, then exit.
if (!defined('WP_UNINSTALL_PLUGIN')) {
  exit;
}
if (!current_user_can('activate_plugins')) {
  return;
}
delete_option('wplc_display_options');
delete_option('wplc_callback_nonce');
delete_option('wplc_activated');