I’m using the Newsletter plugin and would like to make it accessible to author users. Is it possible to do so? If there’s no solution for this I’ll edit the editor role to make it a new author role.
Leave a Reply
You must be logged in to post a comment.
The plugin contains for example these lines:
so it looks like you have the option to display the Newsletter menu for editors (
manage_categories
) or admins (manage_options
).If this menu is going to be accessible for authors, you would need for example the
publish_post
capability.Instead of modifying the plugin directly, and loose the modification on each update, you should try to ask the plugin author to add this as an option.
In the meanwhile you could try to add the
manage_categories
capability to the authors, if you are happy with that kind of temporary quick fix.