• Resolved alx359

    (@alx359)


    PHP Notice: Undefined variable: core_update_needed in \wp-content\plugins\health-check\includes\class-health-check-debug-data.php on line 66

    The offending line 66:
    'value' => $core_current_version . $core_update_needed,

    Just adding a definition before the foreach block on line 50 works for me:
    $core_update_needed = '';

    Thank you.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘v1.2.0 PHP Notice: Undefined variable: core_update_needed’ is closed to new replies.