WordPress.org

Polska

  • Motywy
  • Wtyczki
  • Aktualności
  • Wsparcie
  • Informacje
  • Zlecenia
  • Pomóż w tłumaczeniu
  • Kontakt
  • Pobierz WordPressa
Pobierz WordPressa
WordPress.org

Plugin Directory

WP Edit Username

  • Prześlij wtyczkę
  • Moje ulubione
  • Zaloguj się
  • Prześlij wtyczkę
  • Moje ulubione
  • Zaloguj się

WP Edit Username

Autor: Sajjad Hossain Sagor
Pobierz
Podgląd na żywo
  • Szczegóły
  • Recenzje
  • Instalacja
  • Rozwój
Wsparcie

Opis

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: wpeu_email_subject.
  • Modify the email headers using the filter: wpeu_email_headers.
  • Adjust the email body content using the filter wpeu_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;
}

?>

Zrzuty ekranu

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

Instalacja

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.

Najczęściej zadawane pytania

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.

Recenzje

gets the job done

ahmedalaa01v 2024-09-05
gets the job done

does its job 😉

default-design 2023-08-29
does its job 😉

Easy, quick! PLEASE UPDATE FOR CURRENT WP VERSION

gpworx 2022-12-14
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 2018-04-30
Nice effort…Well done! We want more.

nice WP Edit Username

parvezpreo 2018-04-29
good working .. Awesome plugin. #LOVE it
Przeczytaj 5 recenzji

Kontrybutorzy i deweloperzy

„WP Edit Username” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani
  • Sajjad Hossain Sagor

Wtyczka „WP Edit Username” została przetłumaczona na 1 język. Podziękuj tłumaczom za ich wkład.

Przetłumacz wtyczkę “WP Edit Username” na swój język.

Interesuje cię rozwój wtyczki?

Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.

Rejestr zmian

2.0.5

  • Checked for latest wp version 6.9

2.0.4

  • Fixed issue: typo giving fatal error

2.0.3

  • Applied security patch and added more html tags to the allowed html list

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

  • Wersja 2.0.5
  • Ostatnia aktualizacja 1 dzień temu
  • Włączone instalacje 2 000+
  • Wersja WordPressa 5.6 lub nowszej
  • Testowano do 6.9
  • Wersja PHP 8.0 lub nowszej
  • Języki

    Chinese (Taiwan) i English (US).

    Przetłumacz na swój język

  • Tagi
    ajaxChange Usernameprofile-edituser profileusername
  • Widok zaawansowany

Oceny

5 na 5 gwiazdek.
  • 5 recenzji 5-gwiazdkowych 5 gwiazdek 5
  • 0 recenzji 4-gwiazdkowych 4 gwiazdki 0
  • 0 recenzji 3-gwiazdkowych 3 gwiazdki 0
  • 0 recenzji 2-gwiazdkowych 2 gwiazdki 0
  • 0 recenzji 1-gwiazdkowych 1 gwiazdka 0

Dodaj recenzję

Zobacz wszystkierecenzje.

Zaangażowani

  • Sajjad Hossain Sagor

Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

Zobacz forum wsparcia

  • O nas
  • Aktualności
  • Hosting
  • Prywatność
  • Prezentacja
  • Motywy
  • Wtyczki
  • Wzorce
  • Nauka
  • Pomoc techniczna
  • Programiści
  • WordPress.tv ↗
  • Zaangażuj się
  • Wydarzenia
  • Przekaż darowiznę ↗
  • Piątka dla Przyszłości
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Polska

  • Odwiedź nasze konto X (dawniej Twitter)
  • Odwiedź nasze konto Bluesky
  • Odwiedź nasze konto na Mastodoncie
  • Odwiedź naszego Threadsa
  • Odwiedź naszego Facebooka
  • Odwiedź nasze konto na Instagramie
  • Odwiedź nasze konto na LinkedIn
  • Odwiedź naszego TikToka
  • Odwiedź nasz kanał YouTube
  • Odwiedź naszego Tumblra
Kod to poezja.