[Functionality] expand Editor level permissions to include Menus #71
Labels
💻 aspect: code
Concerns the software code in the repository
🕹 aspect: interface
Concerns end-users' experience with the software
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Problem
At current, Editors can edit content within the site, but nothing else. By default WordPress considers Menus to be outside the scope of "content" and therefore only allows Admins the capability of editing Menus.
Description
To resolve this, a custom function in the
functions.php
file needs to be added to expand the role of Editor to include Menu editing.Implementation
The text was updated successfully, but these errors were encountered: