Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi,

    Currently, the menu can be accessed by the admin user only. You can provide the tab menu access to Editor by adding the following code to the current theme’s functions.php file like the screenshot.

    //sp_wp_tabs_ui_permission
    add_filter( 'sp_wp_tabs_ui_permission', 'sp_wp_tabs_ui_permission_to_editor' );
    function sp_wp_tabs_ui_permission_to_editor(){
    	return 'edit_posts';
    }

    After this, let us know if the editor can view the menu or not.

    Thread Starter mikinarikobayashi

    (@mikinarikobayashi)

    It worked fine.
    Thank you

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @mikinarikobayashi,

    We’re very glad to hear that it worked fine. If you are happy with the plugin and support, please share your experience in the plugin review section.

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The menu is not displayed by the editor’ is closed to new replies.