CURL_SSLVERSION_TLSv1_2
The Paid Memberships Pro CURL SSLVERSION TLSv1 2 constant.
Value (int)
6
Usage
if ( defined( 'CURL_SSLVERSION_TLSv1_2' ) ) { // grab the value $value = constant( 'CURL_SSLVERSION_TLSv1_2' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /includes/lib/Stripe/lib/HttpClient/CurlClient.php
- define('CURL_SSLVERSION_TLSv1_2', 6);