Thanks but that’s not what I’m after. I guess I wasn’t clear enough before.
I want the tabs not displayed on members pages if that member is not a paying member.
Something like this but it isn’t working:
COPY CODE
$user_id = $bp->displayed_user->id;
if (pmpro_hasMembershipLevel(NULL, $user_id)) {
$bp_tabs 2 arrays ....
}
Thanks for helping me out.