bp_register_member_types()

Fire the ‘bp_register_member_types’ action, where plugins should register profile types.

Description

Source

File: bp-core/bp-core-dependency.php

function bp_register_member_types() {

	/**
	 * Fires inside bp_register_member_types(), so plugins can register profile types.
	 *
	 * @since BuddyPress 2.3.0
	 */
	do_action( 'bp_register_member_types' );
}

Changelog

Changelog
Version Description
BuddyPress 2.3.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.