@sbrajesh Hi. maybe you can help me with a hint. I pur a custom link in the bp user Profile nav. Works so far, but I habe to user capapillity and want to show this link only for those user which loged in there Account and habe the cap ‘contributer’. I tryed this:
if ( ! bp_is_my_profile() && ! $user->has_cap(contributer)) {
return ;
} as condition but doesn’t work., the Link still shows up to all cap.