do_action( 'woocommerce_privacy_before_remove_order_personal_data', WC_Order $order )

Allow extensions to remove their own personal data for this order first, so order data is still available.


Description Description


Parameters Parameters

$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.