芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/fluentform/app/Modules/HCaptcha/HCaptcha.php
'POST', 'body' => [ 'secret' => $secret, 'response' => $token, ], ]); $isValid = false; if (!is_wp_error($response)) { $result = json_decode(wp_remote_retrieve_body($response)); $isValid = $result->success; } return $isValid; } }