Display logged in user anspress profile link

4.01K viewsCore
0

How to Display user anspress profile link when logged in.I am using TML for login. In that plugin there is an option for adding a link.For example http://domain.com/wp-admin/profile.php.It will display a profile but i want to include anspress profile link to it

0

you can get anspress profile link using:

$user_link = ap_user_link(get_current_user_id());