bp_admin_setting_callback_private_network_public_content()
Allow admin to make the site private network.
Description
Source
File: bp-core/admin/bp-core-admin-settings.php
122 123 124 125 126 127 128 | function bp_admin_setting_callback_private_network_public_content() { ?> <label for = "bp-enable-private-network-public-content" ><?php _e( 'Enter URLs or URI fragments (e.g. /groups/) to remain publicly visible always. Enter one URL or URI per line. ' , 'buddyboss' ); ?></label> <textarea rows= "10" cols= "100" id= "bp-enable-private-network-public-content" name= "bp-enable-private-network-public-content" style= "margin-top: 10px;" ><?php echo esc_textarea( bp_enable_private_network_public_content() ); ?></textarea> <?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.