How would I be able to use a link like this in my wordpress 3 menu
<a href="<?php echo bp_loggedin_user_domain() ?>profile/" title="My Profile">
This works great in a PHP widget but I cannot figure out how to make this type of link work for a link in my wordpress menu.
Can someone please help me?