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.


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.