@oxeem69
7 years, 11 months ago
add_action( 'bp_member_options_nav', 'achievement_profile' ); function achievement_profile() { ?> <li><a href="http://achieveinlife.co.uk/single-user-achievement/?id=<?php '.bp_displayed_user_id().' ?>">Achievements</a></li> <?php }
This isn’t working, can you help me with this? it wont get the end bit, the profiles user ID
any adivce please?