| 开发者 | beardotools |
|---|---|
| 更新时间 | 2026年9月10日 03:41 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
=HYPERLINK(...) opens as text, not as a live formulabeardo_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.
beardo-multisite-user-export folder to /wp-content/plugins/.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.
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.
Only super admins, meaning users with the manage_network capability. Administrators of individual subsites cannot see or use the export tool.
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.
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.
Not in this version. The export covers user ID, username, email, first name, last name, roles, registration date, sites, and account status.
No. It is export-only by design.
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.
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.
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.
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.
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.
WordPress 5.8 or later and PHP 8.0 or later, with multisite enabled.
beardo-multisite-user-exportBeardo_MUE / beardo_mue_ prefix, matching the Beardo plugin familyclass_alias() backwards-compatibility shimsmsue_ action names after the rename, so every request silently did nothing; all three now match the beardo_mue_ actions the forms and script send, with a test that pins them together