Support

Account

Home Forums General Issues Dynamically registered (via PHP) relationship fields return no results Reply To: Dynamically registered (via PHP) relationship fields return no results

  • Right now I have solved this by not using a post_object field type. Instead I’m using select field type and manually populating its choices via acf/load_field filter.

    Initially I thought post_object field could handle everything automatically.