Thanks for writing Matevz.
Interesting. If you want others user with role to send email. You can comment ‘if’ conditions or check for particular roll inside ‘if’.
We did it for editor role to test it out. checked for editor role in ‘if’ and changes manage_options to edit_pages in add_menu_page and add_submenu_page functions so that menu will be visible to user with editor access.
hope this will help you to achieve what you want.
Hello,
I have tried uncommenting and replacing administrator with few different roles, but there is no effect. Maybe I broke something somewhere else.. Can you please attached the edited plugin where this is working?
Thank you for your help!!
BR, Matevz
Hello,
We did it for editor role to test it out. checked for editor role in ‘if’ and changes manage_options to edit_pages in add_menu_page and add_submenu_page functions so that menu will be visible to user with editor access.
We forgot to do the second part of your answer!
Now it is working! 🙂
Thank you, BR Matevz
Great! Glad to know it is working.
Remember, Ratings is good way to say thank you. 🙂
I dont get it. I have a custom role and want to enable this plugin. But I cant figured out how to do it! Can you help me with some directions?
Thanks!