Files
dostavka_vodi/wp-content/plugins/!clearfy/components/comments-plus/uninstall.php
User A0264400 a766acdc90 first commit
2026-04-01 23:20:16 +03:00

14 lines
345 B
PHP

<?php
// if uninstall.php is not called by WordPress, die
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
die;
}
// remove plugin options
global $wpdb;
$wpdb->query( "DELETE FROM {$wpdb->prefix}options WHERE option_name LIKE 'wbcr_comments_plus_%';" );
$wpdb->query( "DELETE FROM {$wpdb->prefix}options WHERE option_name LIKE 'wbcr_cmp_%';" );