getherbert / framework

Core Framework
http://getherbert.com/
41 stars 54 forks source link

Fixed issue with register_uninstall_hook #42

Closed maciekpaprocki closed 1 year ago

maciekpaprocki commented 7 years ago

This fix addresses issue where update SQL queries are run for each herbert plugin on each page load.

We are making sure that delete hooks will be registered only and only if the plugin is being activated.