Support

Account

Home Forums General Issues Need help with fields, developer question. Reply To: Need help with fields, developer question.

  • I checked out the dump from the custom fields export. It looks like it stores all the data from the actual value as a PHP serialization. This creates a problem for what I’m trying to do. I need to bulk import from a csv a custom post type that has custom fields. I’m using your custom fields plugin for the fields. I have plugin that used to import fields with your plugin. It seems like the code has been deprecated since then.

    In PHP, how would I get all the fields of a field group along with the rules? Your documentation is very clear on how to do that.