Hi,
I have ACF field type select to select user that showing in the post page.
The problem now is how to change display content of option?
I want to use displayName instead of username.
update:
I found the filter acf/load_field
but can’t modify choices from field['choices']
seems that it load by ajax instant