| Server IP : 146.59.209.152 / Your IP : 216.73.216.152 Web Server : Apache System : Linux webm009.cluster131.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : monpetu ( 144298) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/monpetu/www/ipprint/wp-content/plugins/wp-live-chat-support/ |
Upload File : |
<?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');