Skip to content

bueltge/customizer-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Customizer Sandbox

The customizer allows WordPress developers to add options for themes and plugins, but a sandbox is helpful to understand how to. This sandbox repository is a result, additional source to my session on WordCamp Cologne MMXV - slides are here - bueltge.de/wordpress-customizing.

Instead of adding options to the $wp_customize object directly, developers can just define an array of controls and sections and pass it to the Customizer_Library class.

The Customizer Library adds panels, sections, settings and controls to the customizer based on the array that gets passed to it. There is default sanitization for all options. Also it is possible to define custom callbacks. All options are also saved by default as theme_mods. But the customizer is much more and this sandbox show you examples, currently

Screenshots

Customize the Login Screen
Customizing of the login screen

Installation

Clone or download the source, activate as plugin and done.

Other Notes

Crafted by Inpsyde · Engineering the web since 2006.

Bugs, technical hints or contribute

Please give me feedback, contribute and file technical bugs on this GitHub Repo, use Issues.

License

Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog.

Contact & Feedback

The plugin is designed and developed by me Frank Bültge

Please let me know if you like the plugin or you hate it or whatever ... Please fork it, add an issue for ideas and bugs.

Disclaimer

I'm German and my English might be gruesome here and there. So please be patient with me and let me know of typos or grammatical parts. Thanks

About

My sandbox to demonstrate the Customizer as default for customizing in front end.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Languages