Closed schlessera closed 3 years ago
The bulk upgrades were only detecting a null value of $result as an error. This PR adds detection for $result being a WP_Error instance as well.
null
$result
WP_Error
The bulk upgrades were only detecting a
null
value of$result
as an error. This PR adds detection for$result
being aWP_Error
instance as well.