apply_filters( 'woocommerce_privacy_erase_personal_data_tokens', array $response, array $tokens )

Allow extensions to remove data for tokens and adjust the response.


Description Description


Parameters Parameters

$response

Array resonse data. Must include messages, num_items_removed, num_items_retained, done.

$tokens

Array of tokens.


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.