| 开发者 |
clickspk
sykologicist freemius |
|---|---|
| 更新时间 | 2026年7月16日 05:54 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp_mail(), with personalisation tokens: {first_name}, {last_name}, {username}, {email}.wp_login hook, powering the activity/inactivity filters out of the box.clicks-user-manager text domain.WP_User_Query used throughout.clicks-user-manager folder to /wp-content/plugins/ via FTP.Yes. Bulk deletion is permanent and cannot be undone. A confirmation modal always appears first so you can't delete users by accident.
No. The currently logged-in admin account is automatically excluded from every bulk delete operation.
No. Emails send through WordPress's native wp_mail(). For better deliverability you can optionally pair it with an SMTP plugin like WP Mail SMTP, but nothing external is required.
The plugin hooks into WordPress's wp_login action and stores a timestamp in user meta (_wpum_last_login) on every login. Users who logged in before activation show "Never" until their next login.
A UTF-8 CSV file (with BOM for Excel compatibility), named users-export-YYYY-MM-DD.csv, with columns you choose yourself.
No — WooCommerce is completely optional. Without it, the plugin works exactly as described. With it active, an "Orders" column and WooCommerce order filters appear automatically.
Counted directly from WooCommerce order storage (compatible with both legacy storage and HPOS), excluding trashed/draft orders, cached for 5 minutes, and refreshed automatically on order changes.
No. Everything runs only on the plugin's own admin pages — zero front-end code, zero impact on page speed or Core Web Vitals.
Not yet — it's built for single-site installs today. Multisite support is planned for the Pro version.