bp_admin_setting_callback_group_hierarchies()
‘Enable group hierarchies’ field markup.
Description
Source
File: bp-core/admin/bp-core-admin-settings.php
590 591 592 593 594 595 | function bp_admin_setting_callback_group_hierarchies() { ?> <input id= "bp-enable-group-hierarchies" name= "bp-enable-group-hierarchies" type= "checkbox" value= "1" <?php checked( bp_enable_group_hierarchies() ); ?> /> <label for = "bp-enable-group-hierarchies" ><?php _e( 'Allow groups to have subgroups' , '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.