Managing WordPress Custom Tables with an Advanced Custom Fields Repeater Field
Posted in Advanced Custom Fields, Custom Table, Repeater Field with 1 comment
Whilst working on the deliciousbrains.com site we had the need to store some data about a custom post type. Because of the nature of the data it didn’t make sense to try and shoehorn it into the post meta table as a serialized array. Instead, creating a custom table to store it was the better…