Hooks/uninstall

This hook runs when a superuser uninstalls the plugin.

Plugins should completely remove all data that the plugin introduced into the system. Options can be removed using delete_option(), and tables can be removed using the DROP TABLE SQL statement.

Arguments

This hook has no arguments.