• File: uninstall.php
  • Full Path: /home/havejqku/public_html/wp-admin/wp-content/plugins/revslider/uninstall.php
  • Date Modified: 07/31/2025 1:28 AM
  • File size: 272 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php 
if(!defined('ABSPATH') && !defined('WP_UNINSTALL_PLUGIN')){
	exit();
}

//needs to be deleted so that everything gets checked at a new installation
delete_option('revslider_table_version');
delete_option('revslider_checktables');
delete_option('rs_public_version');