Repaired the plugin
-
Hiya,
Your plugin was spewing php notices into my debug_log / error_log files about an undefined offset in the wp-includes/plugins.php file (line 871 in version 3.9.2). I think the reason is that you had the register_uninstall_hook with a capital R.
I’ve repaired your plugin, and made some modifications: https://gist.github.com/javorszky/1748e164f830c9900e00
Feel free to use the code as you wish to amend it.
- The topic ‘Repaired the plugin’ is closed to new replies.