Admin Error Notice
-
When the plugin is enabled we see the below admin notice:
Notice: Undefined property: stdClass::$slug in?/home/customer/www/esacareermentoring.com.au/public_html/wp-content/plugins/companion-auto-update/cau_functions.php?on line?989
The underlined line below is line 989 in cau_functions.php
// Only update plugins which are enabled
function cau_dontUpdatePlugins( $update, $item ) {
$plugins = plugins_donotupdatelist();
<span style=”text-decoration: underline;”>? ? if ( in_array( $item->slug, $plugins ) ) {</span>
return false; // Don’t update these plugins
} else {
return true; // Always update these plugins
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Admin Error Notice’ is closed to new replies.