- This topic has 1 reply, 2 voices, and was last updated 3 months, 3 weeks ago by .
-
Topic
-
plugins/meta-box/inc/update/checker.php
ErrorException (E_NOTICE)
Trying to get property ‘plugin’ of non-object/** * Check if a plugin has an update to a new version. * * @param object $plugin_data The plugin update data. * * @return bool */ private function has_update( $plugin_data ) { $plugins = get_plugins(); return isset( $plugins[ $plugin_data->plugin ] ) && version_compare( $plugins[ $plugin_data->plugin ]['Version'], $plugin_data->new_version, '<' ); }
Hi, wordpress backoffice inaccessible due a invalid object: $plugin_data->plugin
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.