bp_core_unset_bbpress_buddypress_active_all_plugins( $plugins )

Remove the BuddyPress and bbPress Spoofing

Description

Parameters

$plugins

(Required)

Return

(mixed)

Source

File: bp-loader.php

	function bp_core_unset_bbpress_buddypress_active_all_plugins( $plugins ) {
		bp_core_unset_bbpress_buddypress_active();

		return $plugins;
	}

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.