Make menu visibility rules for WP roles
WPF allows putting tag conditionals on a menu item to control menu visibility. However, the conditionals don't allow conditionals based on the WP role (e.g. administrator, subscriber, etc.)
Please add WP role conditional to the menu visibility rules.
Hmm… I think that would be out of scope for WPF. At the moment none of our access rules are based on roles. You’d usually use a membership plugin for that.
For the menu item visibility, I’d recommend either User Menus (https://wordpress.org/plugins/user-menus/) or If Menu (https://wordpress.org/plugins/if-menu/).
We have a pending feature request for a User Menus integration at https://wpfusion.com/feature-requests/user-menus-integration/. With that, the WPF settings would be hidden when using User Menus, and integrated into User Menus along with their other conditions.
We’ll probably do something similar for If Menu as well.