register_uninstall_hook was called incorrectly
-
Very nice plugin. Only remark at the moment is the fact that this plugin plugin causes an errormessage in wp-admin saying: register_uninstall_hook was called incorrectly.
Line 46 in the-taxonomy-sort.php says: register_uninstall_hook( __FILE__, array( $this, ‘uninstall_me’ ) );
This should most likely be changed into: register_uninstall_hook( __FILE__, ‘uninstall_me’ );
Keep up the good work!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘register_uninstall_hook was called incorrectly’ is closed to new replies.