• Resolved Greendroid

    (@greendroid)


    Good evening,
    is there a way to hide non-necessary menu buttons for all users which are non-admin?
    In my current situation the author only needs the “TaxoPress – Manage Tags” link. Nothing more. All the others buttons should be hided. This includes also the “Media Tags” in the “Media” menu.
    For some other plugins I can easily manage those access rights via the plugin “Members” or the following functions.php code:
    remove_menu_page(…);
    or remove_submenu_page(…);
    But I cannot find the apprpriate code for that?
    Do you have an idea how to hide those buttons?
    Thanks and kind regards
    Greendroid

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Steve Burge

    (@stevejburge)

    Hi @greendroid

    Thanks for using TaxoPress.

    By default, only Administrators should have access. It’s controlled by two capabilities:
    “admin simple tags” = access to the main “Settings” screen
    “simple tag” = access to the other screens

    We’ll look into building more granular controls in a future version.

    Thread Starter Greendroid

    (@greendroid)

    Hi Steve Burge,
    thanks for the support and the awesome plugin. Appreciate if we could control that a little bit more detailed in the future.
    Kind regards
    Greendroid

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide menu for non-admin users’ is closed to new replies.