Uninstall Function
From GeeklogWiki
If you want to give your plugin the ability to uninstall itself then you must implement this function.</p>
Function | Description of Function |
---|---|
plugin_uninstall_<plugin name> | This function does not take any parameters. The plugin should try and uninstall itself, especially removing all its tables and data structures from the database. The function should return true if the uninstall succeeded and false if it failed. |