bp_core_set_bbpress_buddypress_on_admin_notices()
Again set the spoofing of BuddyPress and bbPress on Admin Notices
Description
Source
File: bp-loader.php
function bp_core_set_bbpress_buddypress_on_admin_notices() {
global $bp_is_multisite;
add_filter( 'option_active_plugins', 'bp_core_set_bbpress_buddypress_active', 0, 2 );
if ( $bp_is_multisite ) {
add_filter( 'site_option_active_sitewide_plugins', 'bp_core_set_bbpress_buddypress_active', 0, 2 );
}
}
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.