Gifari Industries - BD Cyber Security Team
Home
/
home
/
decohaslibrary
/
bist
/
wp-content
/
plugins
/
online-active-users
/
✏️
Editing: uninstall.php
<?php // If uninstall is not called from WordPress, exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); } // delete plugin transient delete_transient('users_status'); // Clear any cached data or transients wp_cache_flush();
💾 Save
❌ Cancel