• Rowland

    (@jollyroger99)


    If a user has shop manager rights, I use ure to copy the role to a new role name, the user with the new role does not have the same rights as shop manager. Moving the user back to shop manager restores their rights ?

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

    (@shinephp)

    Thanks for review.

    Some plugins check user role name, not user capability as it should be by WordPress design. So you may meet in the PHP code

    if ( current_user_can(‘shop_manager’) ) { .. }

    except

    if ( current_user_can(‘manage_woocommerce’) ) { … }

    for example.

Viewing 1 replies (of 1 total)
  • The topic ‘Does not appear to copy role 100%’ is closed to new replies.