bbp_admin_setting_callback_group_forums()
Allow BuddyBoss group forums setting field
Description
Source
File: bp-forums/admin/settings.php
1120 1121 1122 1123 1124 1125 1126 1127 | function bbp_admin_setting_callback_group_forums() { ?> <input name= "_bbp_enable_group_forums" id= "_bbp_enable_group_forums" type= "checkbox" value= "1" <?php checked( bbp_is_group_forums_active( true ) ); bbp_maybe_admin_setting_disabled( '_bbp_enable_group_forums' ); ?> /> <label for = "_bbp_enable_group_forums" ><?php esc_html_e( 'Allow social groups to have their own forums' , 'buddyboss' ); ?></label> <?php } |
Changelog
Version | Description |
---|---|
bbPress (r3575) | 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.