File "uninstall.php"
Full Path: /home/rubycabfbt/www/wp-content/plugins/wtec-webp/uninstall.php
File size: 221 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if (!defined('WP_UNINSTALL_PLUGIN')) { exit; }
defined('ATEC_LOADER') || require __DIR__ . '/includes/ATEC/LOADER.php';
use ATEC\FS;
\ATEC\INIT::delete_settings('wpwp');
FS::rmdir(FS::upload_dir('webp'), true);
?>