File "uninstall.php"

Full Path: /home/adniftyx/public_html/wp-content/plugins/ultimate-coming-soon/backend/hooks/uninstall.php
File size: 259 bytes
MIME-type: text/x-php
Charset: utf-8

<?php if ( ! defined( 'ABSPATH' ) ) exit;

// Function to delete the plugin's database table when the plugin is uninstalled
function ucsm_uninstall_lite() {
    
}
// Register the uninstall hook
register_uninstall_hook(__FILE__, 'ucsm_uninstall_lite');