diff --git a/includes/updates/update-functions.php b/includes/updates/update-functions.php index d91e2f59..6d7cf80d 100644 --- a/includes/updates/update-functions.php +++ b/includes/updates/update-functions.php @@ -26,7 +26,7 @@ */ function get_plugin_data_from_wpe( $args ) { $product_info = get_remote_plugin_info(); - if ( empty( $product_info ) || is_wp_error( $product_info ) ) { + if ( empty( $product_info ) ) { return $args; }