bp_member_type_directory_permalink( string $member_type = '' )
Output profile type directory permalink.
Description
Parameters
- $member_type
-
(Optional) profile type.
Default value: ''
Source
File: bp-members/bp-members-template.php
function bp_member_type_directory_permalink( $member_type = '' ) {
echo esc_url( bp_get_member_type_directory_permalink( $member_type ) );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 2.5.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.