Add theme's or plugin's options to the WordPress Customizer. Build theme and plugin options accessible from WordPress front-end.
Customizer Plugin is a tool built for WordPress Theme Developers and Plugin Developers. It extends Customizer panel introduced in WP 3.4.
With Customizer Plugin you can:
Check this quick user guide for examples of how to configure WordPress Customizer.
Download the alpha version now and discuss the functionality or report a bug. Your feedback is appreciated.
The plugin is currently being developed to support even wider range of features and increase developers’ productivity. The final release will include:
Import / Export
Once you add your Theme Options to the Customizer’s panel you can save them to a .csv file and import into another project.
White-label mode
Future release will allow you to add controls to the front-end Customizer Panel, export them to a csv file and seamlessly integrate with your product (Theme or Plugin).
More Option Types
If the default text, image, color, radio, select and checkbox arent enough.
Currently only available via downloads section.
If your theme or plugin is storing options in a formalized format (recommended) you will have to configure this section. Select Use Serialization and specify your options name. For example if you are storing your options in my_options[option] format then the value of this field should be my_option.
configure serialized options
Don’t forget to save your changes.
Note: If you are working with more than one options array you will have to set your Sections and Controls (more about them in the second part of the guide) for the first table, go back to customizer options, change the Serialized Options Group Name and continue working on the second array in the frontend Customizer editor.
See the second part of the guide: Working with Customizer.
Yes, I will review every reasonable request and will consider implementing more functions.