Uninstall Function

From GeeklogWiki
Revision as of 14:24, 2 July 2004 by Tomw (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you want to give your plugin the ability to uninstall itself then you must implement this function.</p>

Table 6. Uninstall function
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.