Summery Summery
Registers the personal data exporter for users.
Syntax Syntax
Parameters Parameters
- $exporters
-
(Required) An array of personal data exporters.
Return Return
(array) An array of personal data exporters.
Source Source
File: wp-includes/user.php
* @return array List of core privacy action types. */ function _wp_privacy_action_request_types() { return array( 'export_personal_data', 'remove_personal_data', ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |