Linux 软件免费装
Banner图

WP Edit Username

开发者 sajjad67
更新时间 2024年3月10日 00:14
PHP版本: 5.6 及以上
WordPress版本: 6.4
版权: GPLv2
版权网址: 版权信息

标签

ajax user edit update username user-profile profile-edit change-username

下载

1.0.6 1.0.5

详情介绍:

This plugin adds feature to edit/change user username. Features: Hooks Usage: `<?php add_filter( "wp_username_changed_email_subject", "your_function", 10, 3 ); your_function( $subject, $old_username, $new_username ) { $subject = 'Your customized subject'; return $subject; } add_filter( "wp_username_changed_email_body", "your_function", 10, 3 ); function your_function( $email_body, $old_username, $new_username ) { $email_body = "Your custom email text body."; return $email_body; } ?>` Interested in contributing to WP Edit Username? Contact me sagorh672(at)gmail.com

安装:

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.

更新日志:

1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0