• Resolved Ilari Arovuo

    (@iarovuo)


    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)
  • Hi there!

    Better Search Replace Support Team here, Thanks for bringing this to our attention.

    We have reported this internally for review and further consideration.

Viewing 1 replies (of 1 total)
  • The topic ‘Leaves data behind after removal’ is closed to new replies.