I get this notice when WP_DEBUG is on and I am in the backend searching for new plugins in /wp-admin/plugin-install.php
Undefined property: stdClass::$slug
---> it's mentioning the following code line from "test-plugin-update.php" line 77:
if ($args->slug != $plugin_slug)
Could you do anything about that?
Thanks, Dave :)
P.S. Otherwise your library is working like a charm!
I get this notice when WP_DEBUG is on and I am in the backend searching for new plugins in /wp-admin/plugin-install.php Undefined property: stdClass::$slug
---> it's mentioning the following code line from "test-plugin-update.php" line 77:
Could you do anything about that?
Thanks, Dave :)
P.S. Otherwise your library is working like a charm!