Forums
(@samipekkala)
9 years, 10 months ago
Found a solution myself: change ‘edit_others_post’ to ‘edit_pages’ and it works for Editor
add_filter('spu/settings_page/roles', 'my_custom_role'); function my_custom_role(){ return 'edit_pages'; }