WordPress.org

Հայերեն

  • Թեմաներ
  • Փլագիններ
  • Նորություններ
  • Աջակցություն
  • Մեր մասին
  • Տեղադրում
  • Թարգմանիչներ
  • Հետադարձ կապ
  • Ներբեռնել WordPress
Ներբեռնել WordPress
WordPress.org

Plugin Directory

WP Edit Username

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

WP Edit Username

By Sajjad Hossain Sagor
Download
  • Details
  • Reviews
  • Installation
  • Development
Support

Description

This plugin adds feature to edit/change user username.

Features:

  • Edit Username: Allows editing of usernames.
  • Only users with the edit_other_users() capability can change usernames.
  • If the “Send Email” option is enabled, the user will receive a notification email when their username is changed.
  • You can customize the email subject and body text in the admin dashboard or via filter hooks.
  • Modify the email subject using the filter: wp_username_changed_email_subject.
  • Adjust the email body content using the filter wp_username_changed_email_body. (Note: $new_username and $old_username are automatically prepended to the email content).

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;
}

?>

Interested in contributing to WP Edit Username?
Contact me sagorh672(at)gmail.com

Screenshots

  • Settings panel for WP Edit Username plugin.
  • Username Edit Button.
  • New Username Input Field.
  • After Username Changed Message.

Installation

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.

FAQ

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.

Reviews

gets the job done

ahmedalaa01v 5 Սեպտեմբերի, 2024
gets the job done

does its job 😉

default-design 29 Օգոստոսի, 2023
does its job 😉

Easy, quick! PLEASE UPDATE FOR CURRENT WP VERSION

gpworx 14 Դեկտեմբերի, 2022
THANK YOU!!! Using this plugin with ProfileGrid and could not change user names — even from phpMyAdmin. This plugin does the job AND offers to send an email to the user and admin about the change. Awesome! Please update this plugin for security with the latest version of Wordpress. Thank you again!

Good

Tanjimul Islam 30 Ապրիլի, 2018
Nice effort…Well done! We want more.

nice WP Edit Username

parvezpreo 29 Ապրիլի, 2018
good working .. Awesome plugin. #LOVE it
Read all 5 reviews

Contributors & Developers

“WP Edit Username” is open source software. The following people have contributed to this plugin.

Contributors
  • Sajjad Hossain Sagor

Translate “WP Edit Username” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.0.2

  • Checked for latest wp version 6.8

2.0.1

  • Minor changes in codebase only.

2.0.0

  • Major changes in codebase. Compatibility checkup for latest wp version 6.7, updated bootstrap to latest, removed unused css and added confirmation before submitting username change form.

1.0.8

  • Updated button type from default ‘submit’ to ‘button’

1.0.7

  • Checked for latest wp version 6.6

1.0.6

  • Fixed Plugin settings XSS vulnerability.

1.0.5

  • Added additional email sender : User Only. Added bunch of shortcodes to use in the subject and email body.

1.0.4

  • Checked for latest wp version 6.3

1.0.3

  • Checked for latest wp version & updated coding styles… major changes nothing

1.0.2

  • Checked for latest wp version & updated coding styles… major changes nothing

1.0.1

  • Checked for latest wp version & updated coding styles… major changes nothing

1.0.0

  • Initial release.

Meta

  • Version 2.0.2
  • Last updated 12 ժամ ago
  • Active installations 1,000+
  • WordPress version 5.6 or higher
  • Tested up to 6.8.1
  • PHP version 8.0 or higher
  • Language
    English (US)
  • Tags
    ajaxChange Usernameuser profileusername
  • Advanced View

Ratings

5 out of 5 stars.
  • 5 5-star reviews 5 stars 5
  • 0 4-star reviews 4 stars 0
  • 0 3-star reviews 3 stars 0
  • 0 2-star reviews 2 stars 0
  • 0 1-star reviews 1 star 0

Add my review

See all reviews

Contributors

  • Sajjad Hossain Sagor

Support

Got something to say? Need help?

View support forum

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Թեմաներ
  • Plugins
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Events
  • Donate ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Հայերեն

  • Visit our Facebook page
  • Visit our X (formerly Twitter) account
  • Visit our Mastodon account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
Կոդավորումը՝ բանաստեղծական է։