uawdijnntqw1x1x1
IP : 216.73.217.174
Hostname : mailtech.lifestyleretreats.com
Kernel : Linux mailtech.lifestyleretreats.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Disable Function : exec,passthru,shell_exec,system
OS : Linux
PATH:
/
home
/
lrindo5
/
radhia.lrindo.com
/
wp-content
/
plugins
/
backwpup
/
uninstall.php
/
/
<?php //if uninstall not called from WordPress exit if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { die(); } global $wpdb; /* @var wpdb $wpdb */ //only uninstall if no BackWPup Version active if ( ! class_exists( 'BackWPup' ) ) { //delete plugin options if ( is_multisite() ) $wpdb->query( "DELETE FROM " . $wpdb->sitemeta . " WHERE meta_key LIKE '%backwpup_%' " ); else $wpdb->query( "DELETE FROM " . $wpdb->options . " WHERE option_name LIKE '%backwpup_%' " ); //delete Backwpup user roles $backWPUpRoles = array( "backwpup_admin", "backwpup_check", "backwpup_helper" ); foreach ( $backWPUpRoles as $backWPUpRole ) { if ( get_role( $backWPUpRole ) ) { remove_role( $backWPUpRole ); } } }
/home/lrindo5/radhia.lrindo.com/wp-content/plugins/backwpup/uninstall.php