hlashbrooke / WordPress-Plugin-Template

A robust code template for creating a standards-compliant WordPress plugin.
https://hughlashbrooke.com/
GNU General Public License v2.0
1.03k stars 329 forks source link

added uninstall.php #22

Closed leogopal closed 9 years ago

leogopal commented 9 years ago

Because its a good idea for most plugin authors to clean-up after themselves if their plugin is removed from a website. Database options, etc. (if it does add to the database.)

hlashbrooke commented 9 years ago

Thanks @leogopal - I've been meaning to give this repo some love for a while, so thanks for adding this. I've got a number of other updates to throw in here too that I'll work on at some point.