bp_remove_member_type_metabox_globally()

Removes metabox from member profile if profile types are disabled.

Description

Source

File: bp-members/bp-members-functions.php

function bp_remove_member_type_metabox_globally() {
	remove_meta_box( 'bp_members_admin_member_type', get_current_screen()->id, 'side' );
}

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.