File "deactivation.php"

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

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

// Function to save the data before deactivation
function ucsm_deactivate_lite() {
    
}
register_deactivation_hook(__FILE__, 'ucsm_deactivate_lite');