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.


Top ↑

Source Source

File: includes/class-wc-privacy-erasers.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.