kubadev
@kubadev on WordPress.org
- Member Since: November 25th, 2020
Contribution History
kubadev’s badges:- Translation Contributor
-
Posted a reply to Use of undefined constant CURL_SSLVERSION_TLSv1_2 in recent version, on the site WordPress.org Forums:
@payusa could You add to next update small hotfix for that issue?described in: https://wordpress.org/support/topic/error-messae-curl/ -
Posted a reply to Error messae – CURL, on the site WordPress.org Forums:
You need to declare constant: if (!defined('CURL_SSLVERSION_TLSv1_2')) { define('CURL_SSLVERSION_TLSv1_2', 6); } curl_setopt($ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2); that…