How to save custom settings api fields with custom section fuction
So I could understand why you “customized” (i.e. use your own version of) the do_settings_sections() and do_settings_fields() functions — because you want to use div and not table, right? But if it’s just about styling, you could actually just use CSS to style the table so that it doesn’t look like a table; however, you’ll … Read more