EDD_Stripe_Rate_Limiting::maybe_hide_purchase_button( string $purchase_button_markup = '' )
Determines if we should hide the purchase button.
Description Description
When someone has hit the card error limit, the purchase button is hidden.
Parameters Parameters
- $purchase_button_markup
-
(Optional) The markup for the purchase button.
Default value: ''
Return Return
(string)
Source Source
File: includes/gateways/stripe/includes/class-edd-stripe-rate-limiting.php
Changelog Changelog
Version | Description |
---|---|
2.6.19 | Introduced. |