• 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)
  • Thread Starter Rosso Digital

    (@roberthemsing)

    We have identified that this is a conflict with the Google Site Kit plugin. We’ve already informed their developers too but it would be helpful if you could maybe get in touch with them directly as well?

Viewing 1 replies (of 1 total)
  • The topic ‘Admin Error Notice’ is closed to new replies.