Action: wu_checkout_nocache_required
Fires when live checkout output requires a fresh, non-cacheable response.
Cache adapters can use this action to integrate with host-specific bypass APIs that do not rely on standard WordPress constants or HTTP headers.
Parameters
| Name | Type | Description |
|---|---|---|
| $atts | array | Checkout block/shortcode attributes. |
| $element | \Checkout_Element | Checkout element instance. |
Since
- 2.4.14
Source
Defined in inc/ui/class-checkout-element.php at line 505