bp_core_unset_bbpress_buddypress_active()

Action for removing the spoofing of BuddyPress and bbPress.

Description

Source

File: bp-loader.php

98
99
100
101
102
103
104
105
function bp_core_unset_bbpress_buddypress_active() {
    global $bp_is_multisite;
    remove_filter( 'option_active_plugins', 'bp_core_set_bbpress_buddypress_active', 0 );
 
    if ( $bp_is_multisite ) {
        remove_filter( 'site_option_active_sitewide_plugins', 'bp_core_set_bbpress_buddypress_active', 0 );
    }
}

Changelog

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