Linux 软件免费装
Banner图

WP Edit Username

开发者 sajjad67
更新时间 2025年5月22日 19:55
PHP版本: 8.0 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

ajax username user-profile profile-edit change-username

下载

1.0.7 1.0.8 2.0.0 1.0.6 2.0.1 2.0.2 1.0.5 2.0.3

详情介绍:

This plugin adds feature to edit/change user username. Features: Hooks Usage: `<?php add_filter( 'wp_username_changed_email_subject', 'change_email_subject' ); function change_email_subject( $subject ) { $subject = 'Your customized subject'; return $subject; } add_filter( 'wp_username_changed_email_body', 'change_email_body' ); function change_email_body( $old_username, $new_username ) { $email_body = "Your custom email text body."; return $email_body; } ?>`

安装:

To add a WordPress Plugin using the built-in plugin installer: Go to Plugins > Add New.
  1. Type in the name "WP Edit Username" in Search Plugins box
  2. Find the "WP Edit Username" Plugin to install.
  3. Click Install Now to begin the plugin installation.
  4. The resulting installation screen will list the installation as successful or note any problems during the install. If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.
To add a WordPress Plugin from GitHub repo / plugin zip file :
  1. Go to WordPress plugin page
  2. Click Add New & Upload Plugin
  3. Drag / Click upload the plugin zip file
  4. The resulting installation screen will list the installation as successful or note any problems during the install. If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.

屏幕截图:

  • Username Edit Button.
  • New Username Input Field.
  • After Username Changed Message.

升级注意事项:

Always try to keep your plugin update so that you can get the improved and additional features added to this plugin up to date.

常见问题:

How to use this plugin?

Just after installing WP Edit Username plugin, Go to user profile and edit user username by clicking Edit button. Update inputs according to your requirement and you are good to go.

更新日志:

2.0.3 2.0.2 2.0.1 2.0.0 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0