wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/uninstall.php
changeset 14 00ac8f60d73f
parent 13 d255fe9cd479
child 15 3d4e9c994f10
--- a/wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/uninstall.php	Tue Oct 15 15:48:13 2019 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-<?php 
-if( !defined( 'ABSPATH') && !defined('WP_UNINSTALL_PLUGIN') )
-	exit();
-
-global $wpdb;
-$sliders_table = $wpdb->base_prefix . 'ctimelines';
-$wpdb->query( "DROP TABLE $sliders_table" );
-
-?>
\ No newline at end of file