For as nice and as powerful as ACF is, it’s not without it’s shortcomings (but I guess that could be said about any software). For the purposes of this post, though, this is the software about which I’m discussing.

Specifically, I’m talking about the following scenario:
- You have a repeater field that’s defined programmatically and thus doesn’t show up in the WordPress administration area,
- The data contained within the repeater field is so much that it exceeds the amount of data that can be efficiently stored in the
postmeta
table.
I was going to cover each of these in one post but given that they aren’t really related, it seems to make most sense to separate the content.
In this post, I’m going to cover how to import a programmatically defined ACF group. And in the next post, I’ll talk about solutions for migrating data into its own table.
Continue reading