silvanasono
Member
Posted 4 months ago #
Hello, I would like to give access to Editor for all the functionalties of Subscribe2. I looked around in the web and I could not find the solution. I read the FAQ, but - sorry - I cannot understand how to do it.
Can anyone give me a solution?
Thanks
http://wordpress.org/extend/plugins/subscribe2/
@silvanasono,
Try this:
function s2_admin_changes( $capability, $menu ) {
return 'moderate_comments';
}
add_filter('s2_capability', 's2_admin_changes', 10, 2);
silvanasono
Member
Posted 4 months ago #