Linux 软件免费装
Banner图

Digital Leap User Profile UX

开发者 digitalleapgmbh
更新时间 2026年7月28日 03:53
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

admin user profile profile fields custom user fields last login

下载

0.1.0

详情介绍:

Digital Leap User Profile UX organizes and styles the WordPress admin profile screen (profile.php / user-edit.php) and the Users list. It groups the existing fields into tabs, lets you hide the rows you never use, and adds custom user fields without writing code. Every feature is independent and can be toggled on or off under Users → Profile UX. Nothing runs unless you enable it, and nothing is loaded on the front end. Highlights Privacy User Profile UX makes no external HTTP requests and includes no tracking or analytics. Local avatars are stored in your own media library and served from your site, which avoids sending user data to Gravatar. Built for the real backend No build step, no Composer, no third-party dependencies. Fully internationalized.

安装:

  1. Upload the digital-leap-user-profile-ux folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload Plugin.
  2. Activate the plugin through the Plugins screen.
  3. Choose which features are active under Users → Profile UX.

屏幕截图:

  • The Users → Profile UX settings screen, where every feature is toggled.
  • The no-code custom user fields builder.
  • The Users list with the added columns: last login, Customer stats, and registration date.

升级注意事项:

0.1.0 Initial release.

常见问题:

Does this work with any theme?

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.

Does it require WooCommerce?

No. The plugin is fully functional without it. The WooCommerce customer-stats column simply stays hidden until WooCommerce is active.

Does hiding fields delete any data?

No. "Hide default fields" only hides rows visually and is fully reversible — turning a field back on restores it untouched.

Can I add custom fields without writing code?

Yes. Define them under Users → Profile UX (key, label, type, and the tab they belong to). Values are saved as user meta.

Are local avatars GDPR/DSGVO-friendly?

Yes. Uploaded avatars live in your own media library and override Gravatar, so no user data is sent to a third party.

I renamed a user — is that safe?

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.

The Users list is slow, or "Customer since" is blank on a big store.

"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.

Is the plugin translatable?

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.

更新日志:

0.1.0