Privacy: add means to export personal data by username or email address. Generate a zipped export file containing all data. First run.

Props allendav.
See #43546.

git-svn-id: https://develop.svn.wordpress.org/trunk@43012 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2018-04-27 19:53:37 +00:00
parent a0c3fab75b
commit da5dc711a5
8 changed files with 598 additions and 61 deletions

View File

@@ -3145,7 +3145,7 @@ function wp_validate_user_request_key( $request_id, $key ) {
* @since 4.9.6
*
* @param int $request_id Request ID to get data about.
* @return array|false
* @return WP_User_Request|false
*/
function wp_get_user_request_data( $request_id ) {
$request_id = absint( $request_id );