The Nav Menus Add On for Paid Memberships Pro creates member navigation menus and swaps your theme’s menu areas or menus placed via widget based on a user’s Membership Level.
The v.3.4 release includes a new filter to prioritize which menu will be shown when the logged-in user has multiple levels of membership. We’ve also fixed a bug where logged-in members may see the incorrect menu.
Using Nav Menus with MMPU
The Multiple Memberships Per User (MMPU) Add On for Paid Memberships Pro allows members to hold more than one membership level at a time. It was previously unclear which membership level menu to swap in for the chosen menu when using the Nav Menus Add On in combination with MMPU.
This release adds the pmpronm_prioritize_levels
filter hook, allowing you to set a priority for which membership level-specific menu to display. Below is an example of how to use that hook to set level ID priorities:
The full list of updates is below.
- BUG FIX: Fixed issue where logged-in non-members would not see correct menu
- ENHANCEMENT: Added
pmpronm_prioritize_levels
filter for MMPU compatibility