bp_admin_setting_callback_group_avatar_uploads()
‘Enable group avatars’ field markup.
Description
Source
File: bp-core/admin/bp-core-admin-settings.php
454 455 456 457 458 459 | function bp_admin_setting_callback_group_avatar_uploads() { ?> <input id= "bp-disable-group-avatar-uploads" name= "bp-disable-group-avatar-uploads" type= "checkbox" value= "1" <?php checked( ! bp_disable_group_avatar_uploads() ); ?> /> <label for = "bp-disable-group-avatar-uploads" ><?php _e( 'Allow group organizers to upload an avatar' , 'buddyboss' ); ?></label> <?php } |
Changelog
Version | Description |
---|---|
BuddyPress 2.3.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.