do_action( 'woocommerce_privacy_before_remove_order_personal_data', WC_Order $order )
Allow extensions to remove their own personal data for this order first, so order data is still available.
Description Description
Parameters Parameters
- $order
-
A customer object.
Source Source
File: includes/class-wc-privacy-erasers.php
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |