Title: Export User Data
Author: qstudio
Published: <strong>19 augustus 2013</strong>
Last modified: 28 december 2021

---

Plugins zoeken

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

![](https://s.w.org/plugins/geopattern-icon/export-user-data.svg)

# Export User Data

 Door [qstudio](https://profiles.wordpress.org/qlstudio/)

[Download](https://downloads.wordpress.org/plugin/export-user-data.2.2.6.zip)

 * [Details](https://nl.wordpress.org/plugins/export-user-data/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/export-user-data/#reviews)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/export-user-data/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/export-user-data/)

## Beschrijving

A plugin that exports WordPress user data and metadata.

Includes an option to export the users by role, registration date range, usermeta
option and two export formats.

This plugin is designed to export user data stored in the 2 standard WordPress user
data tables wp_users and wp_usermeta, if you use a plugin which stores data in its
own database tables, this plugin will not export this data, without customization.

In version 2 + we added some additional filters and API controls which control aspects
such as the returned value formats and keys, pulling data from custom post types
and builing lists of “common” usermeta fields to export – you can read more on the
[Q Studio Website](https://qstudio.us/releases/export-user-data-wordpress-plugin/)

For feature requests and bug reports, [please use the Q Support Website](https://qstudio.us/support/topic/export-user-data/).

Please do not use the WordPress.org forum to report bugs, as we no longer monitor
or respond to questions there.

### Kenmerken

 * Exports all standard users fields
 * Exports users meta
 * Exports users by role
 * Exports users by date range
 * NEW: Filters to control format, add common

## Schermafbeeldingen

 * [[
 * Example of Admin Export View

## Beoordelingen

![](https://secure.gravatar.com/avatar/8e9edbfcd5af1089090395b1967530ef293e4750615bfc2cdc38c7fe2580aa0d?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-8143/)󠁿

 [charliecleon](https://profiles.wordpress.org/charliecleon/) 31 januari 2021 1 
reactie

Great plugin, does what is asked for Works great with a custom Tutor LMS student
form registration, now i can easly export my students relevant data

![](https://secure.gravatar.com/avatar/f2d684fc55b2ed73275ee81514ecf4bab75c5fd9aff64b420f376ab250865055?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin](https://wordpress.org/support/topic/excellent-plugin-6443/)󠁿

 [rodolforizzo76](https://profiles.wordpress.org/rodolforizzo76/) 4 november 2020
1 reactie

5 stars deserved, it just works well, I needed to export user meta also created 
with ACF and I had no problems. Thanks to the developers for the work.

![](https://secure.gravatar.com/avatar/120f38df1394d3ccdece326f8c7cec847b6507b9d1ae08c1e2410b5396f64351?
s=60&d=retro&r=g)

### 󠀁[Good when it worked, not compatible now](https://wordpress.org/support/topic/good-when-it-worked-not-compatible-now/)󠁿

 [majikthyse](https://profiles.wordpress.org/majikthyse/) 19 februari 2020

It was fine until the latest WP upgrade, but now causes a conflict. It won’t save
export options.

![](https://secure.gravatar.com/avatar/a16a76ac638b32561f11694b4c8c4b9c574a199a017df51fda0ee9d44878b989?
s=60&d=retro&r=g)

### 󠀁[Great Plugin](https://wordpress.org/support/topic/great-plugin-22066/)󠁿

 [pdhawan](https://profiles.wordpress.org/pdhawan/) 10 juni 2019

Thank you. 🙂 Problem Solved

![](https://secure.gravatar.com/avatar/03c7749c0852799eb2e862038450913fee2032a8bc7de799a946c414c95fb55a?
s=60&d=retro&r=g)

### 󠀁[Perfect! You may ignore WP Notification](https://wordpress.org/support/topic/perfect-you-may-ignore-wp-notification/)󠁿

 [dbrownies27](https://profiles.wordpress.org/dbrownies27/) 26 maart 2019

Hi thanks for your plugin, it works perfectly as I want. But when I want to download
there is notification : This plugin hasn’t been tested with the latest 3 major releases
of WordPress. It may no longer be maintained or supported and may have compatibility
issues when used with more recent versions of WordPress. I backup my website, ignore
the notification and try the plugin.

![](https://secure.gravatar.com/avatar/b3944b7b7d77668fd97225cd21dd79baf88bb79971bb930a3592a3ee8a0a6f0b?
s=60&d=retro&r=g)

### 󠀁[Excellent Export Result](https://wordpress.org/support/topic/excellent-export-result/)󠁿

 [LittleBrother](https://profiles.wordpress.org/littlebrother/) 14 september 2018

Excellent, i am satisfied with export result.

 [ Lees alle 45 beoordelingen ](https://wordpress.org/support/plugin/export-user-data/reviews/)

## Bijdragers & ontwikkelaars

“Export User Data” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

 *   [ qstudio ](https://profiles.wordpress.org/qlstudio/)

“Export User Data” is vertaald in 8 localen. Dank voor [de vertalers](https://translate.wordpress.org/projects/wp-plugins/export-user-data/contributors)
voor hun bijdragen.

[Vertaal “Export User Data” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/export-user-data)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/export-user-data/), 
haal de [SVN repository](https://plugins.svn.wordpress.org/export-user-data/) op,
of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/export-user-data/)
via [RSS](https://plugins.trac.wordpress.org/log/export-user-data/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.2.3

 * New: WordPress Security release

#### 2.2.1

 * New: cleanup export methods, improvied sanitization
 * New: array and object data is now passed in JSON_ENCODED string object

#### 2.2.0

 * New: Move to cleaner OOP pattern and PHP version bump to 7.0
 * Update: Tested on WP 5.6

#### 2.1.3

 * FIX: wrong name for our own plugin 🙁 thanks @kgagne !

#### 2.1.2

 * Readme updates

#### 2.1.1

 * FIX: saving and loading selected usermeta fields works as expected.

#### 2.1.0

 * Excel 2007 export option added – thanks to @reyneke-vosz – https://github.com/
   qstudio/export-user-data/pull/5
 * Excell 2003 export option removed, as no suitable open-source library available
 * Validated as working in WP 5.5.0
 * BuddyPress support removed… sorry, but this plugin now only supports exporting
   data from native WordPress tables
 * FIX: saving and loading selected usermeta fields works as expected.

#### 2.0.3

 * Removed remote call to jQuery UI CSS
 * Added extra sanitization to $_POST data
 * Made main class name “more” unique

#### 2.0.2

 * Cleanup and tagging for WP Repo

#### 2.0.1

 * Deprecated BuddyPress support as untested in 4 years

#### 2.0.0

 * Fork to new name Q Report
 * namespaced and moved to standard Q plugin setup model
 * buddypress support might be flaky due to limited testing

#### 1.3.1

 * Moved all internal action hooks to admin_init to allow for internal function 
   loading

#### 1.3.0

 * Added extra data sanitization before outputting to file – thanks to Hely Shah
   [helyhshah@gmail.com](https://nl.wordpress.org/plugins/export-user-data/helyhshah@gmail.com?output_format=md)
   for te heads-up

#### 1.2.8

 * New: Added load_buddypress() methods to test for buddypress and load up if missing
 * New: move action hooks and priority to load later
 * New: Plugin no longer uses singleton model to instatiate – instead called from
   action hook to public function
 * New: added log() to debug.log file to help debugging issues
 * Update: jQuery datepickers pull start_of_week value from WordPress
 * Tested on 4.4.2

#### 1.2.7

 * Added: Spanish translation – thanks Elías Gómez Sainz ( elias@estudions.es )

#### 1.2.6

 * Update: WP 4.4.1

#### 1.2.3

 * Fix: to remove minor security loop hole
 * New: Added option to remove standard wp_users data from export
 * Fix: removed roles and groups columns from export when options hidden

#### 1.2.2

 * Minor FIxes

#### 1.2.1

 * Checked on WP 4.3.1
 * Moved text-domain to string in preperation for addition to translate.wordpress.
   org
 * Added Log() method to allow for debugging to WP Error Log
 * Added Greek translation – Thanks @Leonidas Mi
 * Added option to limit export by last_updated date of specific xprofile field –
   Thanks to @cwjordan

#### 1.2.0

 * Data stored in recursive and serialized arrays is now exported in a flat string
   format with safe delimiters ( ||, ||| – etc. )

#### 1.1.1

 * Removed accidently included .git files

#### 1.1.0

 * Version change to sync SVN on wordpress.org

#### 1.0.4

 * Added unserialize function with @ fallback
 * Removed anonymous function to allow support for PHP < 5.2

#### 1.0.3

 * Tested as working on WordPress 4.1.0.

#### 1.0.2

 * Removed get_user_meta method, as not effective.
 * Added registration date from and to pickers – to replace monthly lists.

#### 1.0.1

 * Added recursive_implode() method to flatten data stored in arrays ( exported 
   with keys and values divided by “|” )

#### 1.0.0

 * Reduced all get_user_meta queries to a single call to improve performance
 * Serialized data is now returned in it’s pure stored format – not imploded or 
   unserialized to avoid data structure loss

#### 0.9.9

 * get_uermeta renamed get_user_meta to be more consistent with WP
 * get_user_meta tidied up and tested on larger exports
 * added option to export user BP Groups
 * added option to export all user WP Roles

#### 0.9.8

 * added get_usermeta() to check if meta keys are unique and return an array if 
   not
 * removed known_arrays() filter to allow for array data to be returned correctly–
   too hacky

#### 0.9.7

 * Added known_arrays() filter to allow for array data to be returned correctly

#### 0.9.6

 * Save, load and delete stored export settings – thanks to @cwjordan
 * Overcome memory outages on large exports – thanks to @grexican
 * Tested on WP 4.0.0 & BP 2.1.0

#### 0.9.5

 * BP Serialized data fixes – thanks to @nicmare & @grexican
 * Tested on WP 3.9.2 & BP 2.0.2

#### 0.9.4

 * BP X Profile Export Fix ( > version 2.0 )

#### 0.9.3

 * fix for hidden admin bar

#### 0.9.2

 * removed $key assignment casting to integer

#### 0.9.1

 * Tested with WP 3.9
 * Fix for BuddyPress 2.0 bug

#### 0.9.0

 * Moved plugin class to singleton model
 * Improved language handling
 * French translation – thanks @bastho – https://wordpress.org/support/profile/bastho

#### 0.8.3

 * clarified export limit options

#### 0.8.2

 * corrected buddypress export option – broken in 0.8.1
 * changed get_users arguments, in attempt to reduce memory usage

#### 0.8.1

 * Added experimental range limiter for exports
 * Extra input data sanitizing

#### 0.8

 * moved plugin instatiation to the WP hook: init
 * moved bp calls outside export loop
 * added extra isset calls on values in export loop to clean up error log not sets

#### 0.7.8

 * added xml template for Excel exports – thanks to phil@fixitlab.com 🙂

#### 0.7.2

 * fixes to allow exports without selecting extra user date from usermeta or x-profile

#### 0.6.3

 * added multiselect to pick usermeta and xprofile fields

#### 0.5

 * First public release.

## Meta

 *  Versie **2.2.6**
 *  Laatst geüpdatet **4 jaar geleden**
 *  Actieve installaties **7.000+**
 *  WordPress versie ** 4.8 of nieuwer **
 *  Getest t/m **5.8.13**
 *  PHP versie ** 7.0 of nieuwer **
 *  Talen
 * [Dutch](https://nl.wordpress.org/plugins/export-user-data/), [English (US)](https://wordpress.org/plugins/export-user-data/),
   [French (France)](https://fr.wordpress.org/plugins/export-user-data/), [Hebrew](https://he.wordpress.org/plugins/export-user-data/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/export-user-data/), [Spanish (Colombia)](https://es-co.wordpress.org/plugins/export-user-data/),
   [Spanish (Costa Rica)](https://es-cr.wordpress.org/plugins/export-user-data/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/export-user-data/) en [Spanish (Venezuela)](https://ve.wordpress.org/plugins/export-user-data/).
 *  [Vertaal in je eigen taal](https://translate.wordpress.org/projects/wp-plugins/export-user-data)
 * Tags
 * [excel](https://nl.wordpress.org/plugins/tags/excel/)[export](https://nl.wordpress.org/plugins/tags/export/)
   [usermeta](https://nl.wordpress.org/plugins/tags/usermeta/)[users](https://nl.wordpress.org/plugins/tags/users/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/export-user-data/advanced/)

## Waarderingen

 4.6 van 5 sterren.

 *  [  40 5 sterren beoordelingen     ](https://wordpress.org/support/plugin/export-user-data/reviews/?filter=5)
 *  [  0 4 sterren beoordelingen     ](https://wordpress.org/support/plugin/export-user-data/reviews/?filter=4)
 *  [  1 3 ster beoordeling     ](https://wordpress.org/support/plugin/export-user-data/reviews/?filter=3)
 *  [  2 2 sterren beoordelingen     ](https://wordpress.org/support/plugin/export-user-data/reviews/?filter=2)
 *  [  2 1 sterren beoordelingen     ](https://wordpress.org/support/plugin/export-user-data/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/export-user-data/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/export-user-data/reviews/)

## Bijdragers

 *   [ qstudio ](https://profiles.wordpress.org/qlstudio/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/export-user-data/)