EDD_Stripe_Rate_Limiting::get_card_error_id()
Generates the card error tracking ID.
Description Description
ID is the IP address of the visitor. Prepends the value with edds_card_errors_
for use with the transient system. Uses IP tracking in an attempt to mitigate the amount of bogus WordPress user accounts being created.
Return Return
(string)
Source Source
File: includes/gateways/stripe/includes/class-edd-stripe-rate-limiting.php
Changelog Changelog
Version | Description |
---|---|
2.6.19 | Introduced. |