bp_admin_setting_callback_blogforum_comments()
Allow activity comments on posts and comments.
Description
Source
File: bp-core/admin/bp-core-admin-settings.php
174 175 176 177 178 179 180 181 | function bp_admin_setting_callback_blogforum_comments() { ?> <input id= "bp-disable-blogforum-comments" name= "bp-disable-blogforum-comments" type= "checkbox" value= "1" <?php checked( !bp_disable_blogforum_comments( false ) ); ?> /> <label for = "bp-disable-blogforum-comments" ><?php _e( 'Allow activity stream commenting on blog posts, forum discussions and replies' , 'buddyboss' ); ?></label> <?php } |
Changelog
Version | Description |
---|---|
BuddyPress 1.6.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.