Role Editor
-
Hello, a user with the role editor can’t see the plugin in the dashboard, I tried the proposed solution in child theme’s funtions.php
add_filter( 'sp_wp_tabs_ui_permission', 'sp_wp_tabs_ui_permission_role_to_editor' ); function sp_wp_tabs_ui_permission_role_to_editor(){ return 'edit_others_posts'; }but not resolved
How can I do?
thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Role Editor’ is closed to new replies.