Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bp_user_link doesn’t work anymore?


Jeff Sayre
Participant

@jeffsayre

Which version of BP are you running? Where have you placed your code? I have not checked to see if bp_user_link() has been deprecated, but it is easy enough to do a global search and find out.

By the way, you use the “code” tag enclosed within angled brackets to display code. Just close the code tag after you’re finshed:

function example() {

// do something here

}

Skip to toolbar