plugin-icon

WP Edit Username

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
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.