Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Get Profile Links


Gautam
Member

@gautam2011

Use this:

bb_get_profile_link(‘id=’.strval(bb_get_current_user_info( ‘id’ )).’&text=YOUR_TEXT_HERE&before=BEFORE_THE_LINK&after=AFTER_THE_LINK’);

You can view the function here:

https://trac.bbpress.org/browser/trunk/bb-includes/functions.bb-template.php#L2768

Skip to toolbar