Replies: 4
The plugin works great, but we have a need to allow users other than admins to have access. You are currently hardcoding the current_user_can(‘administrator’) throughout to manage access.
Could this be changed to a custom capability so that people could allow for non admins to be given access?