apply_filters( 'woocommerce_privacy_remove_order_personal_data_props', array $props , WC_Order $order )
Expose props and data types we’ll be anonymizing.
Description Description
Parameters Parameters
- $props
-
Keys are the prop names, values are the data type we'll be passing to wp_privacy_anonymize_data().
- $order
-
A customer object.
Source Source
File: includes/class-wc-privacy-erasers.php
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |