bp_admin_setting_callback_register_show_confirm_email()
Description
Source
File: bp-core/admin/bp-core-admin-settings.php
1134 1135 1136 1137 1138 1139 1140 1141 | function bp_admin_setting_callback_register_show_confirm_email() { ?> <input id= "register-confirm-email" name= "register-confirm-email" type= "checkbox" value= "1" <?php checked( bp_register_confirm_email( false ) ); ?> /> <label for = "register-confirm-email" ><?php _e( 'Add Email confirmation to register form' , 'buddyboss' ); ?></label> <?php } |
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.