• Hi there,

    Could you plesae give me a hint on how to unset the plugin for logged in users with specific user role, let’s say Editors. I don’t want to deactivate the whole plugin for them.

    if (user has editor role){

    dont' show the pickup time

    }else{

    show the pickup time

    }

Viewing 1 replies (of 1 total)
  • Plugin Author Tim Nolte

    (@tnolte)

    @majidnasiri so I don’t believe we have anything in the plugin to hook into currently to provide that. I will open up a GitHub issue for this. It should be easy enough to add a capability that can be assigned to specific roles to show/hide.

    Can you also provide some more details as to where on the frontend/backend you are expecting this to happen? Screenshots would also be helpful.

Viewing 1 replies (of 1 total)
  • The topic ‘Unset the plugin for specific user role’ is closed to new replies.