landing-klikaset/wp-content/plugins/database-for-cf7/uninstall.php

9 lines
181 B
PHP

<?php
// Exit if accessed directly
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; }
global $wpdb;
// Delete table
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}cf7db;" );