Used By
Used By | Description |
---|---|
wp-includes/user.php: wp_user_personal_data_exporter() | Finds and exports personal data associated with an email address from the user and user_meta table. |
Filter to extend the user’s profile data for the privacy exporter.
(array) An array of name-value pairs of additional user data items. Default empty array.
(string) The user-facing name of an item name-value pair,e.g. 'IP Address'.
(string) The user-facing value of an item data pair, e.g. '50.60.70.0'.
(WP_User) The user whose data is being exported.
(string[]) An array of reserved names. Any item in $additional_user_data
that uses one of these for its name
will not be included in the export.
File: wp-includes/user.php
Version | Description |
---|---|
5.4.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_privacy_additional_user_profile_data