I have a few users at Editor level. I want these to be able to use and handle the sendit plugin but it seems only I as admin can access it.
Is there anyway to change the level of clearance or allow editors to selected plugins?
Thanks.
I have a few users at Editor level. I want these to be able to use and handle the sendit plugin but it seems only I as admin can access it.
Is there anyway to change the level of clearance or allow editors to selected plugins?
Thanks.
Found it,
row 325-327 in sendit.php
add_menu_page(__('Send', 'sendit'), __('Newsletter', 'sendit'), 8, __FILE__, 'invianewsletter');
add_submenu_page(__FILE__, __('Manage subscribers', 'sendit'), __('Manage subscribers', 'sendit'), 8, 'lista-iscritti', 'Iscritti');
By changing the number 8 to 7 Editors can see and use the "Newsletter" and "Manage subscribers" choices.
This topic has been closed to new replies.