इस विषय वस्तु को छोड़े
  • लॉग इन
  • पंजीकृत करे
WordPress.org

Hindi

  • थीम्स
  • प्लगइन्स
  • समाचार
  • सहायता
  • हमारे बारे में
  • टीम
  • वर्डप्रेस प्राप्त करें
वर्डप्रेस प्राप्त करें

प्लगइन्स

  • मेरे पसंदीदा
  • बीटा परीक्षण
  • डेवलपर्स
डाउनलोड

WP Edit Username

Sajjad Hossain Sagor द्वारा
  • विवरण
  • समीक्षा
  • स्थापना
  • विकास
समर्थन

विवरण

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

स्क्रीनशॉट्स

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

इंस्टॉलेशन

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.

सामान्य प्रश्न

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.

समीक्षाएं

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
4 के सभी समीक्षा पढ़ें

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता
  • 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.

बदलाव विवरण

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.

मेटा

  • संस्करण: 1.0.4
  • आखरी अपडेटेड: 1 महीना पहले
  • सक्रिय स्थापन: 800+
  • वर्डप्रेस संस्करण: 5.6 या ज्यादा
  • परीक्षण किया गया:6.3.1 तक
  • भाषा:
    English (US)
  • टैग्स:
    ajaxedituseruser profile
  • Advanced View

मूल्यांकन

सभी देखें
  • 5 सितारों 4
  • 4 सितारों 0
  • 3 सितारों 0
  • 2 सितारों 0
  • 1 सितारा 0
समीक्षा सबमिट करने के लिए लॉग इन करें।

योगदानकर्ता

  • Sajjad Hossain Sagor

समर्थन

पिछले दो महीने में हल विषय:

0 out of 1

समर्थन फोरम देखें

  • बारे में
  • समाचार
  • होस्टिंग
  • दान करें
  • स्वैग
  • सहायता
  • डेवलपर्स
  • शामिल होइये
  • सीखे
  • शोकेस
  • प्लगइन
  • थीम्स
  • पैटर्न्स
  • वर्डकैंप
  • WordPress.TV
  • बडीप्रेस
  • बीबीप्रेस
  • वर्डप्रेस.कॉम
  • मैट
  • गोपनीयता
  • सार्वजनिक कोड
WordPress.org
WordPress.org

Hindi

  • हमारे फेसबुक पेज पर जाएँ
  • हमारे ट्विटर अकाउंट पर जाएं
  • हमारे इंस्टाग्राम अकाउंट पर जाएं
  • हमारे लिंक्डइन खाते पर जाएँ
  • हमारे यूट्यूब चैनल पर जाएं
कोड काव्य हैं।