bp_admin_setting_callback_register_show_confirm_password()
Admin settings for showing the password confirmation field.
Description
Source
File: bp-core/admin/bp-core-admin-settings.php
function bp_admin_setting_callback_register_show_confirm_password() {
?>
<input id="register-confirm-password" name="register-confirm-password" type="checkbox" value="1" <?php checked( bp_register_confirm_password( false ) ); ?> />
<label for="register-confirm-password"><?php _e( 'Add Password confirmation to register form', 'buddyboss' ); ?></label>
<?php
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.1.6 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.