How to use AND / OR condition groups for advanced menu rules
Simple rules are enough for many sites, but real client and membership sites often need more precise logic. Pro condition groups let you combine rules, so a menu item can depend on role, login status, membership level, and page location at the same time.
How to think about the logic
- Use AND when every condition in the same group must be true.
- Use OR when you want to create another valid path for the menu item to appear.
- Keep each group focused on one real-world access case.
- Test each group with a user account that matches that condition set.
- Remove old test rules when the final logic is working.
