Support

Account

Home Forums Backend Issues (wp-admin) How to retrieve field type keys and default values? Reply To: How to retrieve field type keys and default values?

  • I think we are talking about 2 different things, and it’s probably my fault. I’m working on a options page. All fields in the options page are created on the fly, so I wanted to get the default field keys per field type as defined in the plugin and then merge with the key/values I am using. I was try to access the class directly… but I failed to realize that the acf_add_local_field already does that for me.