This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

BBP_BuddyPress_Activity::setup_filters()

Setup the filters

Description

Source

File: bp-forums/activity.php

153
154
155
156
157
158
159
160
private function setup_filters() {
 
    // Obey BuddyBoss commenting rules
    add_filter( 'bp_activity_can_comment',   array( $this, 'activity_can_comment'   )        );
 
    // Link directly to the topic or reply
    add_filter( 'bp_activity_get_permalink', array( $this, 'activity_get_permalink' ), 10, 2 );
}

Changelog

Changelog
Version Description
bbPress (r3395) 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.