carlomanf / wp-funnel-manager

Organises wordpress content into multi-step funnels.
https://wordpress.org/plugins/wp-funnel-manager/
5 stars 0 forks source link

Remove interiors from admin menu #2

Closed carlomanf closed 5 years ago

carlomanf commented 5 years ago

I would like Interiors to be removed from the wordpress left-hand admin menu, leaving only Funnels. To edit the interiors, it should be done via the funnel exterior and clicking Edit Interiors. It should not be possible to access all interiors from various funnels on the one screen.

carlomanf commented 5 years ago

This is actually a bug, it should not be appearing

carlomanf commented 5 years ago

Fixed as of https://github.com/carlomanf/wp-funnel-manager/commit/5f08d23872bd21b7d306811ec8f06694c1c936bf and 2 immediately previous commits

carlomanf commented 5 years ago

To clarify, https://github.com/carlomanf/wp-funnel-manager/commit/c9e67335e177bcf56ac1e43fc620dc66e1c64d03 is actually the commit that solves this. https://github.com/carlomanf/wp-funnel-manager/commit/e297ace2660bbf2358c52893f46dabf5491745cb and https://github.com/carlomanf/wp-funnel-manager/commit/5f08d23872bd21b7d306811ec8f06694c1c936bf actually go one step further and prevent the user from creating new interiors without an exterior, or decoupling an interior from its exterior.

carlomanf commented 5 years ago

To clarify, c9e6733 is actually the commit that solves this. e297ace and 5f08d23 actually go one step further and prevent the user from creating new interiors without an exterior, or decoupling an interior from its exterior.

which is actually more relevant to #6 than this issue