apply_filters( 'woocommerce_privacy_export_download_personal_data', array $personal_data , WC_Order $order )
Allow extensions to register their own personal data for this download for the export.
Description Description
Parameters Parameters
- $personal_data
-
Array of name value pairs to expose in the export.
- $order
-
An order object.
Source Source
File: includes/class-wc-privacy-exporters.php
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |