On this page
apply_filters( 'wp_privacy_personal_data_exporters', array $args )
Filters the array of exporter callbacks.
Parameters
$argsarray-
An array of callable exporters of personal data. Default empty array.
...$0arrayArray of personal data exporters.callbackcallableCallable exporter function that accepts an email address and a page and returns an array of name => value pairs of personal data.exporter_friendly_namestringTranslated user facing friendly name for the exporter.
Source
File:
wp-admin/includes/ajax-actions.php. View all references$exporters = apply_filters( 'wp_privacy_personal_data_exporters', array() );Related
Used By
Used By Description WP_Privacy_Data_Export_Requests_List_Table::column_email() wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php Actions column.
WP_Privacy_Data_Export_Requests_List_Table::column_next_steps() wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php Displays the next steps column.
wp_privacy_process_personal_data_export_page() wp-admin/includes/privacy-tools.php Intercept personal data exporter page Ajax responses in order to assemble the personal data export file.
wp_ajax_wp_privacy_export_personal_data() wp-admin/includes/ajax-actions.php Ajax handler for exporting a user’s personal data.
Changelog
Version Description 4.9.6 Introduced.
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_privacy_personal_data_exporters