wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/uninstall.php
author ymh <ymh.work@gmail.com>
Tue, 15 Oct 2019 11:56:20 +0200
changeset 12 d8a8807227e4
parent 0 d970ebf37754
permissions -rwxr-xr-x
upgrade portofolio

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

global $wpdb;
$sliders_table = $wpdb->base_prefix . 'ctimelines';
$wpdb->query( "DROP TABLE $sliders_table" );

?>