Salta al contenuto
  • Accedi
  • Registrati
WordPress.org

Italia

  • Temi
  • Plugin
  • Notizie
  • Supporto
    • Documentazione
    • Forum
  • Info
  • Team
  • Community
  • Traduci
    • PTE status requests by Devs for Italian localization: the guidelines.
  • Learn WordPress
  • Openverse
  • Pattern
  • Scarica WordPress
Scarica WordPress

Directory dei plugin

  • Preferiti
  • Beta
  • Sviluppatori
Scarica

WP Edit Username

Di Sajjad Hossain Sagor
  • Dettagli
  • Recensioni
  • Installazione
  • Sviluppo
Supporto

Descrizione

This plugin adds feature to edit/change user username.

Features:

  • Edit UserName
  • Only Who can edit_other_users() capability can edit username.
  • On change username a email would send to the user email about username change if send email is checked!
  • You can modify email text & subject in admin dashboard & via filter hook
  • Email Subject Change via filter wp_username_changed_email_subject.
  • Email Body Text Change via filter ($new_username & $old_username are always prepended to the email text) wp_username_changed_email_body.

Hooks Usage:

<?php

add_filter( "wp_username_changed_email_subject", "your_function" );
your_function($subject){
    $subject = 'Your customized subject';
    return $subject;
}

add_filter( "wp_username_changed_email_body", "your_function" );
function your_function($$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

Screenshot

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

Installazione

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.

Recensioni

Easy, quick! PLEASE UPDATE FOR CURRENT WP VERSION

gpworx 14 Dicembre 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 Aprile 2018
Nice effort...Well done! We want more.

nice WP Edit Username

parvezpreo 29 Aprile 2018
good working .. Awesome plugin. #LOVE it
Leggi tutte le recensioni di 3

Contributi e sviluppo

“WP Edit Username” รจ un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori
  • Sajjad Hossain Sagor

Traduci “WP Edit Username” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

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

  • Versione del plugin: 1.0.3
  • Ultimo aggiornamento: 1 anno fa
  • Installazioni attive stimate: 900+
  • Richiede WordPress: 5.6 o superiore
  • Testato fino alla versione: 6.0.5
  • Lingua:
    English (US)
  • Tag:
    ajaxedituseruser profile
  • Visualizzazione avanzata

Valutazioni

Leggi tutto
  • 5 stelle 3
  • 4 stelle 0
  • 3 stelle 0
  • 2 stelle 0
  • 1 stella 0
Accedi per inviare una recensione.

Collaboratori

  • Sajjad Hossain Sagor

Supporto

Hai qualcosa da dire? Ti serve aiuto?

Problemi risolti negli ultimi due mesi:

1 su 1

Chiedi nel forum di supporto

  • Chi siamo
  • News
  • Hosting
  • Donazioni
  • Swag
  • Supporto
  • Sviluppo
  • Partecipa
  • Imparare
  • Vetrina
  • Plugin
  • Temi
  • Pattern
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

Italia

  • Visita la nostra pagina Facebook
  • Visita il nostro account Twitter
  • Visita il nostro account Instagram
  • Visita il nostro account LinkedIn
Code is Poetry.