bp_admin_setting_callback_member_invite_email_subject()
Enable email subject field markup.
Description
Source
File: bp-core/admin/bp-core-admin-settings.php
777 778 779 780 781 782 | function bp_admin_setting_callback_member_invite_email_subject() { ?> <input id= "bp-disable-invite-member-email-subject" name= "bp-disable-invite-member-email-subject" type= "checkbox" value= "1" <?php checked( bp_disable_invite_member_email_subject() ); ?> /> <label for = "bp-disable-invite-member-email-subject" ><?php _e( 'Allow members to customize the email subject' , 'buddyboss' ); ?></label> <?php } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | 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.