bp_get_member_type_tax_name()
Return the slug of the profile type taxonomy.
Description
Return
(string) The unique member taxonomy slug.
Source
File: bp-members/bp-members-functions.php
function bp_get_member_type_tax_name() { /** * Filters the slug of the profile type taxonomy. * * @since BuddyPress 2.7.0 * * @param string $value profile type taxonomy slug. */ return apply_filters( 'bp_get_member_type_tax_name', 'bp_member_type' ); }
Changelog
Version | Description |
---|---|
BuddyPress 2.7.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.