GavickPro / Meet-GavernWP

Meet GavernWP is a responsive free Wordpress theme
35 stars 23 forks source link

Theme options serialization #111

Closed dziudek closed 11 years ago

dziudek commented 12 years ago

The theme options should be placed in the one option as a serialized object and should be received using gavern_get_option function (and set by gavern_update_option). This options should be disabled from the autoload on the theme deactivation.

We must also consider the option for smooth update for the themes which uses older method of storing the settings.

dziudek commented 11 years ago

Unnecessary if the Theme Modification API will be used.