Feature request – integrate ARMember with the WordPress privacy tools (export & erasure)

Hi,

ARMember stores a lot of personal data in its own tables: member profiles, custom form field values, subscription and payment records, login and activity logs. None of this shows up in WordPress core’s built-in Tools β†’ Export Personal Data / Erase Personal Data.
Request: register ARMember’s data with the core privacy API via the wp_privacy_personal_data_exporters and wp_privacy_personal_data_erasers filters β€” ideally with an option to anonymise records instead of deleting them, for data that has to be kept for accounting reasons.
Why this matters, especially for EU-based sites:
β€’ Under the GDPR we have to answer access requests (Art. 15) and erasure requests (Art. 17) within one month. Right now the ARMember data has to be collected and deleted manually in the database, which is slow and easy to get wrong.
β€’ An incomplete export or a single missed record is a compliance breach, not just an inconvenience β€” and the site owner is the controller who is liable for it.
β€’ Invoices and payment records often have to be retained under national tax law, so an anonymise-instead-of-delete option would let us meet both obligations at once.
β€’ WordPress already provides the standard mechanism for this, so the integration should be comparatively low-effort, and it would make ARMember a significantly easier choice for European customers.

Thanks!