=== Export User Data === Contributors: qlstudio Tags: users, export, usermeta, excel Requires PHP: 7.0 Requires at least: 4.8 Tested up to: 5.8.2 Stable tag: 2.2.6 License: GPLv2 Export users data and metadata to a csv or Excel file === Description === 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. == Features == * Exports all standard users fields * Exports users meta * Exports users by role * Exports users by date range * NEW: Filters to control format, add common == Screenshots == 1. Example of Admin Export View == 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 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