| 开发者 |
clickspk
sykologicist freemius |
|---|---|
| 更新时间 | 2026年6月24日 02:20 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp_mail(). Supports personalisation tokens: {first_name}, {last_name}, {username}, {email}.{registration_date}, {last_login_date}, {wc_total_spent}, {wc_order_count}, {wc_last_order_date}, and {meta:custom_meta_key}.clicks-user-manager folder to your /wp-content/plugins/ directory via FTP.Yes. Bulk deletion is permanent and cannot be undone. The plugin always shows a confirmation modal before deletion so you cannot delete users accidentally.
No. The currently logged-in admin account is always excluded from bulk delete operations for safety.
The plugin hooks into WordPress's built-in wp_login action and saves a timestamp to user meta (_wpum_last_login) each time a user logs in. Users who logged in before the plugin was activated will show "Never" until they log in again.
No. All emails are sent using WordPress's native wp_mail() function. You can improve deliverability by installing an SMTP plugin such as WP Mail SMTP, but this plugin requires no external service itself.
Users are exported as a UTF-8 CSV file (with BOM for Excel compatibility) named users-export-YYYY-MM-DD.csv.
The plugin is designed for single-site installations. Multisite compatibility is planned for the Pro version.
No. All plugin functionality is loaded only in the WordPress admin and only on the plugin's own pages. There is zero front-end overhead.
No. WooCommerce is completely optional. If WooCommerce is not active, the plugin works exactly as described above without the order-related filters and column. If WooCommerce is active, an "Orders" column and a WooCommerce order filter (Has Ordered / No Orders / order-count ranges) automatically appear — no configuration needed.
The plugin counts each customer's orders directly from WooCommerce's order storage (compatible with both legacy and High-Performance Order Storage / HPOS), excluding trashed and draft orders. Counts are cached for 5 minutes and refresh automatically whenever an order is created or its status changes.