前提・実現したいこと
wordpressを最新版にしたら、function.phpに異常がみられたので解決方法を教えてください。
エラーをどのように解決したらよいか教えてください。
お願いします。
発生している問題・エラーメッセージはこちら
php
1Parse error: syntax error, unexpected '[' in /home/users/2/chillout.jp-cos-kyoto/web/wp/wp-content/plugins/backwpup/vendor/guzzlehttp/promises/src/functions.php on line 77
該当ソースコードはこちら
php
176 // Return a Guzzle promise that shadows the given promise. 277 if (method_exists($value, 'then')); { 378 $wfn = method_exists($value, 'wait') ? [$value, 'wait'] : null; 479 $cfn = method_exists($value, 'cancel') ? [$value, 'cancel'] : null; 580 $promise = new Promise($wfn, $cfn); 681 782 $value->then([$promise, 'resolve'], [$promise, 'reject']); 883 return $promise; 984 1085 } 1186 return new FulfilledPromise($value); 1287 }
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。