do_action( 'woocommerce_privacy_remove_order_personal_data', WC_Order $order )
Allow extensions to remove their own personal data for this order.
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. |