[Plugin: OptionTree] Request: Save Options in Array
-
I’d like request that the options added to and/or updated in the WordPress Database be added using a json encoding.
Currently it saves each field with it’s own row of data in the wp_option_tree table. Using just the sample set-up (importing the xml) you are left with 19 seperate rows in the table.
My suggestion is to store each section created (Header) as a row in the data table, and all input elements in that heading stored in the (Header) row.
This would make it easier to implement in to wordpress’s default table: wp_options instead of needing to create a whole new table.
Maybe I’m just not understanding your logic. I’d welcome information!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: OptionTree] Request: Save Options in Array’ is closed to new replies.