bp_xprofile_always_active( $components )

Prevent extended profile fields from being deactivated.

Description

Source

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

function bp_xprofile_always_active( $components ) {
	$components['xprofile'] = 1;
	return $components;
}

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.