-
Notifications
You must be signed in to change notification settings - Fork 327
Home
Kirki is not a framework. It's a Toolkit allowing WordPress developers to use the Customizer and take advantage of its advanced features and flexibility by abstracting the code and making it easier for everyone to create beautiful and meaningful user experiences.
You can use Kirki to add configurations, fields, sections and panels to the customizer. This does not replace the WordPress Customizer API, you can still use the default WordPress methods and we advise you to familiarize yourselves with it. An excellent handbook for the WordPress Customizer can be found on the developer.wordpress.org website.
Our API is simply a wrapper for the default WordPress methods, simplifying the syntax and allowing you to write more with less code and taking advantage of some of our most advanced features.
Kirki::add_config()
See Configuration for more details.
Kirki::add_panel()
See Panels for more details.
Kirki::add_section()
See Sections for more details.
Kirki::add_field()
See Fields for more details.
The documentation for Kirki has changed! You can now find the new docs inside the "docs" folder of the plugin here: https://github.com/aristath/kirki/tree/develop/docs.