Easily Edit User Profile Username clicking a button.
評分
5
最近更新:
March 9, 2024
版本
1.0.6
活躍安裝總數
1K
WP Edit Username

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", 10, 3 ); your_function( $subject, $old_username, $new_username ) { $subject = 'Your customized subject'; return $subject; } add_filter( "wp_username_changed_email_body", "your_function", 10, 3 ); function your_function( $email_body, $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

免費使用Creator方案
活躍安裝總數
1K
目前已測試版本
6.4.5
此外掛程式已可供下載,並可用於你的 WordPress 自助託管安裝。