apply_filters( 'wp_privacy_personal_data_exporters', array $args )

Filters the array of exporter callbacks.


Description Description


Parameters Parameters

$args

(array) An array of callable exporters of personal data. Default empty array.

  • (array) Array of personal data exporters.
    • 'callback'
      (string) Callable exporter function that accepts an email address and a page and returns an array of name => value pairs of personal data.
    • 'exporter_friendly_name'
      (string) Translated user facing friendly name for the exporter.


Top ↑

Source Source

File: wp-admin/includes/ajax-actions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.