whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
plugins
/
burst-statistics
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/plugins/burst-statistics/uninstall.php
<?php // If uninstall is not called from WordPress, exit if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); } // get all burst transients global $wpdb; $results = $wpdb->get_results( "SELECT `option_name` AS `name`, `option_value` AS `value` FROM $wpdb->options WHERE `option_name` LIKE '%transient_burst%' ORDER BY `option_name`", 'ARRAY_A' ); // loop through all burst transients and delete foreach ($results as $key => $value){ $transient_name = substr($value['name'], 11); delete_transient($transient_name); }
Copyright ©2021 || Defacer Indonesia