File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/jetformbuilder/modules/captcha/hcaptcha/verify-token-action.php
Back
<?php namespace JFB_Modules\Captcha\Hcaptcha; use Jet_Form_Builder\Exceptions\Gateway_Exception; use JFB_Modules\Captcha\Re_Captcha_V3\Verify_Token_Action as BaseVerify; class Verify_Token_Action extends BaseVerify { public function base_url(): string { return 'https://hcaptcha.com/'; } public function send_request() { $this->request(); $this->response_body_as_array(); $response = $this->get_response_body(); if ( ! empty( $response['success'] ) ) { return $response; } // phpcs:ignore WordPress.Security.EscapeOutput.ExceptionNotEscaped throw new Gateway_Exception( Module::SPAM_EXCEPTION ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings