Linux 软件免费装
Banner图

Plugin Name

开发者 webdevmattcrom
更新时间 2018年3月10日 03:32
PHP版本: 4.2 及以上
WordPress版本: 4.8

标签

admin export users user csv exporter batch

下载

0.2 0.3 1.0.0 1.0.1 1.1 1.1.1

详情介绍:

A WordPress plugin that exports user data and meta data. You can even export the users by role and registration date range. Export users by role and optionally set a registration date range. Export is found in "Tools > Export", or with the "Export Users" button on the Users admin screen. By default, it does not export user passwords as a security concern. See the FAQ for how to include them regardless. Features Issues and Pull Requests for feature requests or bug reports are welcome at Github.

安装:

For an automatic installation through WordPress:
  1. Go to the 'Add New' plugins screen in your WordPress admin area
  2. Search for 'Export Users to CSV'
  3. Click 'Install Now' and activate the plugin
  4. Go the 'Users' menu, under 'Export to CSV'
For a manual installation via FTP:
  1. Upload the export-users-to-csv directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' screen in your WordPress admin area
  3. Go the 'Users' menu, under 'Export to CSV'
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 'Users' menu, under 'Export to CSV'

屏幕截图:

  • The User export tool
  • The User Export button at the top of the Users admin page

升级注意事项:

1.1
  • The User export now uses WordPress core export features and is found at "Tools > Export".
1.0.1
  • This plugin has been adopted by Matt Cromwell. You can expect new features to be rolled out soon.

常见问题:

How to use?

Click on the 'Export Users' button at the top of the 'Users' admin screen, or navigate to "Tools > Export." From there, choose "Users" as your export, then choose the role and the date range. Choose nothing at all if you want to export all users, then click 'Export'. That's all!

How do I include the Passwords?

I don't really recommend it since storing passwords in plain-text can be a real liability issue. Nevertheless, you can add this filter to your site to allow the password to be included as a column in your CSV file: `add_filter('pp_eu_exclude_data', 'my_prefix_include_password'); function my_prefix_include_password() { return array(); }`

更新日志:

1.1.1 (March 4, 2018) 1.1 (February 25, 2018) 1.0.1 0.2 0.1