How do I? I tried $user->caps['moderate'] and I tried $user->has_cap('moderate'). Neither worked. What am I doing wrong?
Edit: never mind, I figured it out.
How do I? I tried $user->caps['moderate'] and I tried $user->has_cap('moderate'). Neither worked. What am I doing wrong?
Edit: never mind, I figured it out.
How about bb_current_user_can('moderate')?
Two reasons that won't work:
1. That only checks the current logged in user.
2. I figured it out right as you were posting.
What did you figure out? Can you post the solution please?
You must log in to post.