Leaves data behind after removal
-
This plugin leaves data in the options table.
Option named bsr_data is left behind, after plugin is deleted.
Please insert following code snippet in plugin code
register_uninstall_hook(FILE, 'uninstall-function');
function uninstall-function(){delete_option('bsr_data');}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Leaves data behind after removal’ is closed to new replies.