Sure will!
One more quick question tho.
Is there a way to load the database with default values when the option is empty? (when get_option($extended_class_name) returns an empty array)
I implemented a reset button just like in your demo, that in the validation function it returns an empty array erasing all the options.
Is there a way to check if the option doesn’t exist and save the default value to the database?
PS. I know about the default key that every field has but it only pre-fills the forms. After deleting the options I would have to press submit in order for those default settings to actually be saved into the database.
You are the man! (or woman)
That was amazingly fast!!
Thank you so much for the awesome plugin and the great support behind it!