bp_admin_setting_callback_enable_activity_tabs()

Enable activity scopes like groups, friends, mentions, following etc.

Description

Source

File: bp-core/admin/bp-core-admin-settings.php

291
292
293
294
295
296
297
298
function bp_admin_setting_callback_enable_activity_tabs() {
    ?>
 
    <input id="_bp_enable_activity_tabs" name="_bp_enable_activity_tabs" type="checkbox" value="1" <?php checked( bp_is_activity_tabs_active( false ) ); ?> />
    <label for="_bp_enable_activity_tabs"><?php _e( 'Display activity in separate tabs based on activity type', 'buddyboss' ); ?></label>
 
    <?php
}

Changelog

Changelog
Version Description
BuddyBoss 1.1.6 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.