?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/saintgilleslesbains/wp-content/plugins/lsvr-events/
Upload File :
Current File : /home/rankinh/saintgilleslesbains/wp-content/plugins/lsvr-events/uninstall.php

<?php
// if uninstall.php is not called by WordPress, die
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
    die;
}

// Remove event occurrences table
global $wpdb;
$occurrences_table_name = esc_attr( $wpdb->prefix ) . 'lsvr_event_occurrences';
$wpdb->query( 'DROP TABLE IF EXISTS ' . $occurrences_table_name );

?>