Hey there,
I want the ntofication emails of a new subscriber sent to 'editor' foles instead of only the admin roles. Is that possibe?
Thanks!
Hey there,
I want the ntofication emails of a new subscriber sent to 'editor' foles instead of only the admin roles. Is that possibe?
Thanks!
@artifaktCom,
It is possible but only through a code edit.
In the class-se-frontend.php file you will find 2 lines exactly like this:
$role = array('fields' => array('user_email'), 'role' => 'administrator');
On those lines change 'administrator' to 'editor' and that should work okay for you.
Great. Thanks mattyrob.
I've made that change.
You must log in to post.