How to store widget fields data as an array?
I am creating a widget, it needs to store about 10 IDs. Right now I’m using following field method to store each of the ID in a separate field. It stores data of each field in a separately in the wordpress. Is it possible to store the data of all fields in just one row in wordpress for examlpe using an array?