poetapp / wordpress-plugin

Automatically post to the Po.et Network from WordPress
https://wordpress.org/plugins/po-et/
GNU General Public License v2.0
49 stars 34 forks source link

wordpress notice register_uninstall_hook was called incorrectly #67

Open WesleyCharlesBlake opened 5 years ago

WesleyCharlesBlake commented 5 years ago

There is an error in the register_uninstall hook, which throws a notice when debug mode is enabled

currently the hook is called:

/path/to/wp/plugins/po-et/poet.php:        register_uninstall_hook( $this->plugin, array( $this, 'uninstall' ) );

As per the docs

register_uninstall_hook( string $file, callable $callback )