We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baef3f commit 06ba995Copy full SHA for 06ba995
include/AcfDuplicateRepeater/AutoUpdate/AutoUpdateGithub.php
@@ -21,6 +21,10 @@ public function get_remote_release_info() {
21
if ( ! is_wp_error( $response ) ) {
22
$release_info = json_decode( wp_remote_retrieve_body( $response ) );
23
24
+ if ( ! isset( $release_info->body ) ) {
25
+ return false;
26
+ }
27
+
28
return $this->extract_info( $release_info->body, array(
29
'tested' => 'Tested up to',
30
'requires_php' => 'Requires PHP',
0 commit comments