I have a plugin that leaves the decision to the user to cleanup the wp_option table rows or not during deactivation. (They might want to keep the data if they are just testing).
Depending on the choice of the user, I would like to place a message after deactivation of the plugin, showing whether the rows where deleted or not. Preferably, this should be placed next or under the Plugin successfully deactivated message in the plugins admin [panel.
Does anyone know how to do that? I could not find information on that.
Thanks beforehand!