making “bp_member_profile_data” clickable
-
Hi All,
im using bp_member_profile_data to return items in checkbox and i want to make it clickable…
but its making the whole thing clickable — not for each item in the checkbox<?php echo '<a href="http://domain.com/members/?members_search='; bp_member_profile_data('field=Category'); echo '">'; bp_member_profile_data('field=Category'); echo '</a>'; ?>
- You must be logged in to reply to this topic.