• My company is using brands as different stores (basically multi-vendor, but were using the brands plugin). Is it possible to have a brand admin role, how would we link that to the actual brand (like multi-vendor plugins do).

Viewing 1 replies (of 1 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    If you write/edit PHP code, then use current_user_can() function to check if user can some capability, like below

    if ( current_user_can('brand_admin') ) {
    // do/show something
    }

    Just add new capability, like ‘brand_admin’ and grant it to a selected role/user.

Viewing 1 replies (of 1 total)
  • The topic ‘Can You Link User as Brand Admin’ is closed to new replies.