=== Export User Data === Contributors: qlstudio Tags: user, users, xprofile, usermeta csv, excel, batch, export, save, download Requires at least: 3.2 Tested up to: 4.3.1 Stable tag: 1.2.2 License: GPLv2 Export users data, metadata and buddypress xprofile data to a csv or Excel file == Description == A plugin that exports ALL user data, meta data and BuddyPress xProfile data. Includes an option to export the users by role, registration date range, usermeta option and two export formats. = Features = * Exports all users fields * Exports users meta * Exports users by role * Exports users by date range * Export user BuddyPress xProfile data For feature request and bug reports, [please use the WP Support Website](http://www.wp-support.co/view/categories/export-user-data). Please do not use the Wordpress.org forum to report bugs, as we no longer monitor or respond to questions there. == Installation == For an automatic installation through WordPress: 1. Go to the 'Add New' plugins screen in your WordPress admin area 2. Search for 'Export User Data' 3. Click 'Install Now' and activate the plugin 4. Go the 'Export User Data' menu, under 'Users' For a manual installation via FTP: 1. Upload the `export-user-data` directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' screen in your WordPress admin area 3. Go the 'Export User Data' menu, under 'Users' To upload the plugin through WordPress, instead of FTP: 1. Upload the downloaded zip file on the 'Add New' plugins screen (see the 'Upload' tab) in your WordPress admin area and activate. 2. Go the 'Export User Data' menu, under 'Users' == Frequently Asked Questions == = How to use? = Click on the 'Export User Data' link in the 'Users' menu, choose the role and the date range or don't select anything if you want to export all users, then click 'Export'. That's all! == Screenshots == 1. User export screen == Changelog == = 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 safer delimiters ( ||, ||| - etc. ) * Removed anonymous function calls giving errors on older versions of PHP = 1.1.1 = * Removed accidently included .git files = 1.1.0 = * Version change to sync SVN on wordpress.org = 1.1.1 = * Removed accidently included .git files = 1.1.0 = = 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