bp_admin_setting_callback_enable_activity_like()

Allow like activity stream.

Description

Source

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

319
320
321
322
323
324
325
326
function bp_admin_setting_callback_enable_activity_like() {
    ?>
 
    <input id="_bp_enable_activity_like" name="_bp_enable_activity_like" type="checkbox" value="1" <?php checked( bp_is_activity_like_active( true ) ); ?> />
    <label for="_bp_enable_activity_like"><?php _e( 'Allow your users to "Like" each other\'s activity posts', 'buddyboss' ); ?></label>
 
    <?php
}

Changelog

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.