8889841chome/clixcotz/gj.clix.co.tz/wp-content/plugins/wp-private-message/includes/class-recaptcha.php000064400000003703150540023060026576 0ustar00 wp_private_message_get_option( 'recaptcha_secret_key' ), 'response' => $recaptcha_response ), 'https://www.google.com/recaptcha/api/siteverify' ) ); if ( is_wp_error( $response ) || empty( $response['body'] ) ) { return false; } $json = json_decode( $response['body'] ); if ( ! $json || ! $json->success ) { return false; } return true; } }