0

I have a ACF Relational User Field where on can select a user. But, it only displays the users with a lower role level. I need to be able to choose at least same level roles.

Is this a WP thing or ACF? Anyway to change that behaviour?

thgie
  • 2,367
  • 1
  • 18
  • 28

1 Answers1

0

It was a acf plugin problem. The roles displayed in the select boxed were acquired with get_editable_roles(). Whereas I needed it to display the selected roles allways.

thgie
  • 2,367
  • 1
  • 18
  • 28