WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

WP Edit Username

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

WP Edit Username

由 Sajjad Hossain Sagor 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

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

?>

螢幕擷圖

  • 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.

使用者評論

gets the job done

ahmedalaa01v 2024 年 9 月 5 日
gets the job done

does its job 😉

default-design 2023 年 8 月 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 年 4 月 30 日
Nice effort…Well done! We want more.

nice WP Edit Username

parvezpreo 2018 年 4 月 29 日
good working .. Awesome plugin. #LOVE it
閱讀全部 5 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WP Edit Username〉的開發相關工作。

參與者
  • Sajjad Hossain Sagor

將〈WP Edit Username〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

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.

中繼資料

  • 版本 2.0.3
  • 最後更新 3 小時前
  • 啟用安裝數 1,000+
  • WordPress 版本需求 6.5 或更新版本
  • 已測試相容的 WordPress 版本 6.8.1
  • PHP 版本需求 8.0 或更新版本
  • 語言
    English (US)
  • 標籤
    ajaxChange Usernameuser profileusername
  • 進階檢視

評分

5 星,滿分為 5 星
  • 5 個 5 星使用者評論 5 星 5
  • 0 個 4 星使用者評論 4 星 0
  • 0 個 3 星使用者評論 3 星 0
  • 0 個 2 星使用者評論 2 星 0
  • 0 個 1 星使用者評論 1 星 0

新增使用者評論

查看全部使用者評論

參與者

  • Sajjad Hossain Sagor

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
程式碼,如詩