Skip to:
Content
Pages
Categories
Search
Top
Bottom

Linking to Edit Profile Tab on Account Page


  • jozidd
    Participant

    @jozidd

    Is it possible to link directly to the edit profile tab on the account page? I have researched so many shortcodes and dynamic URL solutions but none seem to work. Is there a working solution to this?

Viewing 1 replies (of 1 total)

  • mohdumar1654
    Participant

    @mohdumar1654

    @jozidd Try this,

    
    // For logged in user
    // $user_id = get_current_user_id();
    
    // For displayed user
    // $user_id = bp_displayed_user_id();
    
    $url = get_edit_profile_url( $user_id );
    
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar