Closed dparker1005 closed 4 years ago
User requested this update, should notify when a workaround is in place: https://www.paidmembershipspro.com/forums/topic/nav-bar-priority-by-level/#post-230843
Implemented workaround here: https://github.com/strangerstudios/pmpro-nav-menus/pull/14 Example Gist for using workaround: https://gist.github.com/dparker1005/c75111de817cf2b6b16494ce3569f59e
class-pmpro-nav-menu-widget.php
was not yet updated to be MMPU compatible in any way.
We also probably want a more built-in solution for full MMPU compatibility, likely either strategy 2 or 3 above
Filter added in v.3.4
Currently, this add-on only looks at the earliest active membership level held by the user to determine what menu items should show. It is not immediately clear what a MMPU-compatible version of this plugin would look like since there are a couple of ways to go about doing it:
Needs thought.