跳到內容
  • 關於 WordPress
    • 關於 WordPress
    • WordPress.org 香港中文
    • 使用說明
    • 支援
    • 回饋
  • 登入
  • 註冊
WordPress.org
WordPress.org

Hong Kong 香港中文

  • 佈景主題
  • 外掛
  • News
  • Support
  • About
  • WordPress 常見問題
  • 團隊
  • 取得 WordPress
取得 WordPress

外掛

  • 我的收藏
  • Beta測試
  • 開發者
下載

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.

評價

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
閱讀全部2個評價

貢獻者及開發者

“WP Edit Username” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者
  • Sajjad Hossain Sagor

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

對開發相關資訊感興趣?

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

修改日誌

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.2
  • 最後更新:2 週之前
  • 運作中的安裝:400+
  • WordPress Version: 4.0 or higher
  • 已測試到版本:5.9.3
  • 語言:
    English (US)
  • 標籤:
    ajaxedituseruser profile
  • 進階顯示

評分

顯示全部
  • 5星 2
  • 4星 0
  • 3星 0
  • 2星 0
  • 1星 0
Log in to submit a review.

貢獻者

  • Sajjad Hossain Sagor

支援

最近兩個月解決了的問題:

1個中的0個

檢視支援論壇

  • 關於我們
  • 最新消息
  • 寄存
  • 贊助基金會
  • 技術支援
  • 開發者資源
  • 共同參與
  • Learn
  • 展示網站
  • 外掛
  • 佈景主題
  • 區塊版面配置
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • 隱私權
  • Public Code
WordPress.org
WordPress.org

Hong Kong 香港中文

  • 訪問我們的 Facebook 專頁
  • 訪問我們的 Twitter 帳戶
代碼就是詩歌。