This function has been deprecated. BuddyBoss 1.0.0 instead.
bp_nouveau_member_get_description_edit_link()
Get the Edit profile link (temporary)
Description
Return
(string) HTML Output
Source
File: bp-core/deprecated/buddyboss/1.0.php
function bp_nouveau_member_get_description_edit_link() { _deprecated_function( __FUNCTION__, '1.0.0' ); return ''; // remove_filter( 'edit_profile_url', 'bp_members_edit_profile_url', 10, 3 ); // if ( is_multisite() && ! current_user_can( 'read' ) ) { // $link = get_dashboard_url( bp_displayed_user_id(), 'profile.php' ); // } else { // $link = get_edit_profile_url( bp_displayed_user_id() ); // } // add_filter( 'edit_profile_url', 'bp_members_edit_profile_url', 10, 3 ); // $link .= '#description'; // return sprintf( '<a href="%1$s">%2$s</a>', esc_url( $link ), esc_html__( 'Edit your bio', 'buddyboss' ) ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | BuddyBoss 1.0.0 |
BuddyPress 3.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.