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
-
Customizing of the WordPress Login Page (WP Single Installation, not Multisite ready)
-
Remove, Filter Sections from Default
-
Custom Controls are here: github.com/bueltge/WordPress-Theme-Customizer-Custom-Controls
-
Also helpful is this library with much more examples about the defaults, like settings, settings, panels, sanitanization core controls and custom controls from Chip Bennett.
Clone or download the source, activate as plugin and done.
Crafted by Inpsyde · Engineering the web since 2006.
Please give me feedback, contribute and file technical bugs on this GitHub Repo, use Issues.
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.
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.
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