HEX
Server: Apache
System: Linux 103-127-96-167.cprapid.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: itsupportgdc (1001)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/itsupportgdc/public_html/wp-content/plugins/responsive-mortgage-calculator/uninstall.php
<?php
/**
 *	Lidd Mortgage Calculator uninstall script
 *
 * @package Lidd's Mortgage Calculator
 * @since 2.0.0
 */

// Make sure this file is called from within Wordpress.
defined( 'WP_UNINSTALL_PLUGIN' ) or exit();

// Name for the options in the database.
defined( LIDD_MC_OPTIONS ) or define( 'LIDD_MC_OPTIONS', 'lidd_mc_options' );

// Delete single site options.
delete_option( LIDD_MC_OPTIONS );
	
// Delete options in multi-site installation.
delete_site_option( LIDD_MC_OPTIONS );