WP Manifestindependent plugin directory
manifest / themes / customizer-definitely

Customizer Definitely archived

This framework plugin makes adding customizer panels, sections and fields to WordPress very simple, yet flexible. It all works using a single action and an array.

by Felix Arntz · github.com/felixarntz/customizer-definitely · website

7stars
35composer installs
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/felixarntz/customizer-definitely/archive/refs/heads/master.zip

Also on Packagist as felixarntz/customizer-definitely:

composer require felixarntz/customizer-definitely

From the readme

Customizer Definitely This framework plugin makes adding customizer panels, sections and fields to WordPress very simple, yet flexible. It all works using a single action and an array. You can download the latest version from here on GitHub. After installing the plugin, make sure to run composer install before using it in order to download the necessary dependencies. For a detailed guide and reference on how to use this framework, please read the Wiki on Github. Once you get familiar with the options you have, you will be able to create complex customizer interfaces with panels, sections and fields in just a few minutes. Contributions and Bugs If you have ideas on how to improve the plugin or if you discover a bug, I would appreciate if you shared them with me, right here on Github. In either case, please open a new issue here! You can also contribute to the plugin by translating it. Note that you can help not only translating the plugin, but also the underlying library WPDLib.

Read the full README on GitHub →