| 开发者 | digitalleapgmbh |
|---|---|
| 更新时间 | 2026年7月28日 03:53 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
digital-leap-user-profile-ux folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload Plugin.Yes. It only touches the WordPress admin (the profile screen and the Users list), so it is theme-agnostic and does not affect your front end.
No. The plugin is fully functional without it. The WooCommerce customer-stats column simply stays hidden until WooCommerce is active.
No. "Hide default fields" only hides rows visually and is fully reversible — turning a field back on restores it untouched.
Yes. Define them under Users → Profile UX (key, label, type, and the tab they belong to). Values are saved as user meta.
Yes. Uploaded avatars live in your own media library and override Gravatar, so no user data is sent to a third party.
The Change Username feature is administrator-only and disabled by default. It updates the login and nicename directly. WooCommerce customers and orders stay linked (they use the user ID), but changing a username logs that user out and may affect custom integrations that rely on the old login.
"Customer since" is worked out from each customer's first order and cached per user. Until that cache is built, it is calculated while the list renders, which is slow on large stores. Open Users → Profile UX → Maintenance and click "Rebuild index" once to build it for everyone. On very large sites, run wp upux reindex via WP-CLI instead. After the first build the cache stays current automatically as orders come in.
Yes. Every string is internationalized. Translations are hosted on translate.wordpress.org, where any locale can be contributed and is then delivered to your site automatically.