Linux 软件免费装
Banner图

Beardo Multisite User Export

开发者 beardotools
更新时间 2026年9月10日 03:41
捐献地址: 去捐款
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

network multisite csv export users user export

下载

1.3

详情介绍:

A user export tool built for multisite network admins. Beardo Multisite User Export treats your network as a whole rather than as a set of separate sites. Pick a site and export its users, or pick roles and export every matching user across the entire network in a single file, with each person listed exactly once and every site they belong to in the same row. Everything runs inside your own WordPress installation. There is no account to create, no API key, and no third-party service. The plugin makes zero external requests, and the only thing that ever leaves your server is the file you download. Export the network, or export one site Filter to exactly the users you need Formats that open cleanly Security built in, not bolted on User exports are personal data. This plugin was written to keep them safe by default and hardened against the mistakes that have gotten other export plugins removed from the directory. Built for real networks A complete audit trail Every export is recorded: who ran it, which roles, which site, how many users, and in which format. The Export History tab shows the log, lets you download it as CSV, and prunes entries older than 90 days automatically. Developers can change the retention window through the beardo_mue_history_retention_days network option. What it does not do (yet) This is a focused export tool. It does not import users, and it exports the core user fields listed above rather than arbitrary user meta or WooCommerce data. If you need those, a general-purpose import/export plugin is a better fit. If you run a network and need a clean, safe, network-aware export, this plugin is built for that. Part of the Beardo.Tools family Beardo Multisite User Export is one of a set of lightweight, security-first tools for WordPress multisite networks from Beardo.Tools. Each does one job well, follows WordPress coding standards, and ships with a full test suite.

安装:

  1. In Network Admin > Plugins > Add New, search for "Beardo Multisite User Export" and install it, or upload the beardo-multisite-user-export folder to /wp-content/plugins/.
  2. Network Activate the plugin.
  3. Go to Network Admin > Users > Export Users.
Requirements: WordPress Multisite, HTTPS enabled on the network admin, and a super admin account.

屏幕截图:

  • Export Users by Role: network-wide role selection with unique user counts
  • Field selection, status filter, registration date range, and format
  • Export History Log: the full audit trail, downloadable as CSV

升级注意事项:

1.3 Rebrand release: the plugin is now Beardo Multisite User Export. Internal option keys changed, so the export history from earlier versions is not carried over and the retention window returns to its 90-day default. 1.2.1 Visual polish: the admin screen now follows your admin color scheme, including dark-mode admin themes. 1.2 Security hardening release (admin XSS fix, input validation, CSV escaping). Update recommended for all networks.

常见问题:

Does this work on a single-site WordPress install?

No. It is built specifically for multisite networks and requires multisite to be enabled. On a single site it shows an admin notice and does nothing else.

Why is the Export button disabled?

Exports require HTTPS. Enable SSL/TLS on your network and the button becomes available. This is deliberate: user data should never travel over an unencrypted connection.

Who can export users?

Only super admins, meaning users with the manage_network capability. Administrators of individual subsites cannot see or use the export tool.

What happens with users who belong to several sites?

In network-wide exports each user appears exactly once, with a Sites column listing every site they belong to. Site-specific exports list only that site's users.

A subsite uses custom roles. Will they show up?

Yes. Role lists are collected from every subsite in the network, so roles that a theme or plugin defines on one site only are included, with their correct labels.

Can I export custom user meta or WooCommerce customer data?

Not in this version. The export covers user ID, username, email, first name, last name, roles, registration date, sites, and account status.

Can I import users with this plugin?

No. It is export-only by design.

Are exports logged?

Yes. Every export is recorded in the Export History tab with the user who ran it, the roles, the site, the row count, and the format. Entries are kept for 90 days by default, and the log itself can be downloaded as CSV. Developers can change the retention window through the beardo_mue_history_retention_days network option.

Does any user data leave my server?

No. The plugin makes no external requests of any kind. Exports are generated on your server and streamed straight to your browser as a download.

Is the CSV safe to open in Excel?

Yes. Every cell is checked for formula-injection characters (=, +, -, @, tab, and carriage return) and escaped so spreadsheet applications treat them as text rather than executable formulas.

Which Excel format is the .xls file?

Excel 2003 XML Spreadsheet, which Excel and LibreOffice open directly. Excel may show a one-time notice that the file format and extension differ. Click Yes and the file opens normally. If you prefer a plain format, choose CSV.

What happens when I uninstall the plugin?

All plugin data is removed: its network options (retention setting, batch size, cache expiry, export history) and cached transients. Nothing is left behind. Files you already downloaded are of course unaffected.

What versions of WordPress and PHP are required?

WordPress 5.8 or later and PHP 8.0 or later, with multisite enabled.

更新日志:

1.3 1.2.1 1.2 1.1 1.0.3 1.0.2 1.0.1 1.0.0