bp_get_member_type_post_type_supports()

Return array of features that the profile type post type supports.

Description

Return

(array)

Source

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

function bp_get_member_type_post_type_supports() {

	/**
	 * Filters the features that the profile type post type supports.
	 *
	 * @since BuddyBoss 1.0.0
	 *
	 * @param array $value Supported features.
	 */
	return apply_filters( 'bp_get_member_type_post_type_supports', array(
		'page-attributes',
		'title',
	) );
}

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.