barn2plugins / easy-post-types-fields

Easy Post Types and Fields plugin for WordPress.
https://wordpress.org/plugins/easy-post-types-fields/
Other
1 stars 0 forks source link

Notice: Function register_uninstall_hook was called incorrectly #7

Closed alessandrotesoro closed 1 year ago

alessandrotesoro commented 1 year ago

Hey @amirition

The plugin is firing this message at all times. At the moment we do not use the deactivation hook so please remove

register_uninstall_hook( $this->file, [$this, 'on_uninstall'] ); 

In file src/Admin/Plugin_Setup.php in the next update.

Thank you 👍

amirition commented 1 year ago

I was using that hook to determine if I should run the setup wizard or not, not it's running properly in version 1.1.4.