apply_filters( 'woocommerce_privacy_remove_order_personal_data_prop_value', string $anon_value , string $prop , string $value , string $data_type , WC_Order $order )
Expose a way to control the anonymized value of a prop via 3rd party code.
Description Description
Parameters Parameters
- $anon_value
-
Value of this prop after anonymization.
- $prop
-
Name of the prop being removed.
- $value
-
Current value of the data.
- $data_type
-
Type of data.
- $order
-
An order object.
Source Source
File: includes/class-wc-privacy-erasers.php
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |