whoami7 - Manager
:
/
home
/
qbizpnmr
/
qruom.com
/
wp-content
/
plugins
/
boldgrid-backup
/
Upload File:
files >> /home/qbizpnmr/qruom.com/wp-content/plugins/boldgrid-backup/uninstall.php
<?php /** * Fired when the plugin is uninstalled. * * @link http://www.boldgrid.com * @since 1.0 * * @package Boldgrid_Backup */ // If uninstall not called from WordPress, then exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); } // Delete Total Upkeep WordPress options. $delete_options = array( 'boldgrid_backup_settings', 'boldgrid_backup_last_backup', 'boldgrid_backup_pending_rollback', ); foreach ( $delete_options as $option ) { delete_site_option( $option ); }
Copyright ©2021 || Defacer Indonesia