bp_media_settings_callback_profile_document_support()
Setting > Media > Forums support
Description
Source
File: bp-media/bp-media-settings.php
1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 | function bp_media_settings_callback_profile_document_support() { ?> <input name= "bp_media_profile_document_support" id= "bp_media_profile_document_support" type= "checkbox" value= "1" <?php checked( bp_is_profile_document_support_enabled() ); ?> /> <label for = "bp_media_profile_document_support" > <?php if ( bp_is_active( 'activity' ) ) { _e( 'Allow members to upload documents in <strong>profiles</strong> and <strong>profile activity</strong>' , 'buddyboss' ); } else { _e( 'Allow members to upload documents in <strong>profiles</strong>' , 'buddyboss' ); } ?> </label> <?php } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.2.3 | 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.