@jonmojo
7 years, 8 months ago
Thanks Dan,
That returns the same link as bp_loggedin_user_domain() – or http://<my site>/members/jon/ – in reality.
I’m looking to return the raw HTML for the page or template output, not a link, when applied to:
function bp_goto_profile_html() {
return bp_get_loggedin_user_link(); }
add_shortcode(‘bp_goto_profile’, ‘bp_goto_profile_html’);
Thanks,
Jon.