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.


Top ↑

Source Source

File: includes/class-wc-privacy-exporters.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.