Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul Clark

    (@pdclark)

    The wp_options table, with option_names:

    • storm-styles
    • storm-styles-theme-name
    • storm-styles-theme-name-css

    theme-name would be replaced with the name of the theme you’re using. For example, storm-styles-twentyfourteen. The option ending in -css is the cached CSS output, while the other is the actual settings for the customizer. The cached CSS is used to allow your settings to display to your visitors without loading the majority of the plugin or even querying the database.

    Plugin Author Paul Clark

    (@pdclark)

    Also worth noting, if you upgrade Styles and a database upgrade runs, the old data is stored in the database for 30 days as a transient. For example, under a key like _transient_storm-styles-twentyfourteen-pre-1.1.6

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where are the settings stored?’ is closed to new replies.