[ad_1]
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.phpadd_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