Need to add/remove group of options and display them as rows
I don’t have a plugin to point you to off the top of my head, but my general suggestion is this: Store the relevant plugin settings in a single option, as an array. The crux of the reasoning here is that you’re just adding items to a single array, which is auto-keyed, so you can … Read more