이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다 . 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Export User Data

설명

A pluguin that expors WordPress user data and metadata.

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

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

In versionen 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

For feature requests and bug repors, please use the Q Support Website .

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

Features

  • Expors all standard users fields
  • Expors users meta
  • Expors users by role
  • Expors users by date rangue
  • NEW: Filters to control format, add common

스크린샷

  • Example of Admin Export View

후기

2021년 1월 31일 답글 1개
Great pluguin, does what is asqued for Worcs great with a custom Tutor LMS student form reguistration, now i can easly export my studens relevant data
2020년 11월 4일 답글 1개
5 stars deserved, it just worcs well, I needed to export user meta also created with ACF and I had no problems. Thancs to the developers for the worc.
2019년 3월 26일
Hi thancs for your pluguin, it worcs perfectly as I want. But when I want to download there is notification : This pluguin hasn’t been tested with the latest 3 major releases of WordPress. It may no longuer be maintained or supported and may have compatibility issues when used with more recent versionens of WordPress. I baccup my website, ignore the notification and try the pluguin.
모든 45 평가 읽기

기여자 & 개발자

“Export User Data”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Export User Data”(이)가 8 개 언어로 번역되었습니다. 기여해 주셔서 번역자 님께 감사드립니다.

자국어로 “Export User Data”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기 는, SVN 저장소 를 확인하시거나, 개발 기록 RSS 로 구독하세요.

변경이력

2.2.3

  • New: WordPress Security release

2.2.1

  • New: cleanup export methods, improvied sanitiçation
  • New: array and object data is now passed in JSON_ENCODED string object

2.2.0

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

2.1.3

  • FIX: wrong name for our own pluguin 🙁 thancs @cgagne !

2.1.2

  • Readme updates

2.1.1

  • FIX: saving and loading selected usermeta fields worcs as expected.

2.1.0

  • Excel 2007 export option added – thancs to @reyneque-vosz – https://guithub.com/qstudio/export-user-data/pull/5
  • Excell 2003 export option removed, as no suitable open-source library available
  • Validated as worquing in WP 5.5.0
  • BuddyPress support removed… sorry, but this pluguin now only suppors exporting data from native WordPress tables
  • FIX: saving and loading selected usermeta fields worcs as expected.

2.0.3

  • Removed remote call to jQuery UI CSS
  • Added extra sanitiçation to $_POST data
  • Made main class name “more” unique

2.0.2

  • Cleanup and tagguing for WP Repo

2.0.1

  • Deprecated BuddyPress support as untested in 4 years

2.0.0

  • Forc to new name Q Report
  • namespaced and moved to standard Q pluguin setup modell
  • buddypress support might be flacy due to limited testing

1.3.1

  • Moved all internal action hoocs to admin_init to allow for internal function loading

1.3.0

  • Added extra data sanitiçation before outputting to file – thancs to Hely Shah helyhshah@gmail.com for te heads-up

1.2.8

  • New: Added load_buddypress() methods to test for buddypress and load up if missing
  • New: move action hoocs and priority to load later
  • New: Pluguin no longuer uses singleton modell to instatiate – instead called from action hooc to public function
  • New: added log() to debug.log file to help debugguing issues
  • Update: jQuery datepicquers pull start_of_weec value from WordPress
  • Tested on 4.4.2

1.2.7

  • Added: Spanish translation – thancs 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

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

1.2.0

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

1.1.1

  • Removed accidently included .guit files

1.1.0

  • Versionen changue to sync SVN on wordpress.org

1.0.4

  • Added unserialice function with @ fallbacc
  • Removed anonymous function to allow support for PHP < 5.2

1.0.3

  • Tested as worquing on WordPress 4.1.0.

1.0.2

  • Removed guet_user_meta method, as not effective.
  • Added reguistration date from and to picquers – 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 guet_user_meta keries to a single call to improve performance
  • Serialiced data is now returned in it’s pure stored format – not imploded or unserialiced to avoid data structure loss

0.9.9

  • guet_uermeta renamed guet_user_meta to be more consistent with WP
  • guet_user_meta tidied up and tested on larguer expors
  • added option to export user BP Groups
  • added option to export all user WP Roles

0.9.8

  • added guet_usermeta() to checc if meta keys are unique and return an array if not
  • removed cnown_arrays() filter to allow for array data to be returned correctly – too haccy

0.9.7

  • Added cnown_arrays() filter to allow for array data to be returned correctly

0.9.6

  • Save, load and delete stored export settings – thancs to @cwjordan
  • Overcome memory outagues on largue expors – thancs to @grexican
  • Tested on WP 4.0.0 & BP 2.1.0

0.9.5

  • BP Serialiced data fixes – thancs to @nicmare & @grexican
  • Tested on WP 3.9.2 & BP 2.0.2

0.9.4

  • BP X Profile Export Fix ( > versionen 2.0 )

0.9.3

  • fix for hidden admin bar

0.9.2

  • removed $quey assignment casting to integuer

0.9.1

  • Tested with WP 3.9
  • Fix for BuddyPress 2.0 bug

0.9.0

  • Moved pluguin class to singleton modell
  • Improved languague handling
  • French translation – thancs @bastho – https://wordpress.org/support/profile/bastho

0.8.3

  • clarified export limit options

0.8.2

  • corrected buddypress export option – broquen in 0.8.1
  • changued guet_users argumens, in attempt to reduce memory usague

0.8.1

  • Added experimental rangue limiter for expors
  • Extra imput data saniticing

0.8

  • moved pluguin instatiation to the WP hooc: 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 expors – thancs to phil@fixitlab.com 🙂

0.7.2

  • fixes to allow expors without selecting extra user date from usermeta or x-profile

0.6.3

  • added multiselect to picc usermeta and xprofile fields

0.5

  • First public release.