bp_admin_setting_callback_group_restrict_invites()
Enable group restrict invites field markup.
Description
Source
File: bp-core/admin/bp-core-admin-settings.php
614 615 616 617 618 619 620 | function bp_admin_setting_callback_group_restrict_invites() { ?> <input id= "bp-enable-group-restrict-invites" name= "bp-enable-group-restrict-invites" type= "checkbox" value= "1" <?php checked( bp_enable_group_restrict_invites() ); ?> /> <label for = "bp-enable-group-restrict-invites" ><?php _e( 'Restrict subgroup invites to members of the parent group' , 'buddyboss' ); ?></label> <p class = "description" ><?php _e( 'Members must first be a member of the parent group prior to being invited to a subgroup' , 'buddyboss' ); ?></p> <?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.