You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2018. It is now read-only.
It seems the param was changed from role to roles to support multiple roles, but the merge above then sets role to false on wp_update_user call, with a label stating
"// setting roles will be handled outside of this function."
I don't see anything in that merge regarding the handling outside of that method, so i'm not really sure if this was overlooked, or forgotten about, as my debug went through entire process without any roles being updated, and I am 100% sure the value was available in the $request array, even tried a single string, and CSV without any luck.