How do completely disable change email from bbpress form-user-edit
-
I want to remove/disable totally changing email input value from form-user-edit without using hidden input
<input type="hidden" name="email" id="email" value="<?php bbp_displayed_user_field( 'user_email', 'edit' ); ?>" class="regular-text" tabindex="<?php bbp_tab_index(); ?>" />
I want user only change display name, bio, and password only how to do it?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.