helgatheviking / Nav-Menu-Roles

Display / Hide wp_nav_menu() items by role
65 stars 32 forks source link

Show/Hide whole menus #26

Closed lkraav closed 6 years ago

lkraav commented 7 years ago

Turns out I have a use case right now, where we could deploy an admin-only visible menu live where people could work on it for some time, then we publish when we're ready with it. Menus don't seem to have Draft etc statuses.

It doesn't look like this is currently implemented. Could be part of the Menu Settings sections. screenshot from 2017-07-21 16-45-00

Any reasons why not? @helgatheviking are you open to a PR for this?

helgatheviking commented 7 years ago

I'm very hesitant to add totally new functionality to this plugin. How big of a PR are we talking about? Might it not be better to create a plugin that adds a Draft status to menus?

lkraav commented 7 years ago

I don't know either way yet... just seemed like a natural fit here. I'll look into what's needed in a bit more detail and report back.