/wplib-olm-customizer

A Customizer module for WPLib

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

WPLib OLM Customizer

This is a Customizer component module for WPLib. This component allows for easy addition of Customizer sections, settings, and controls.

Installation

Simply add the following line to the require section of your project's composer.json:

'clubdeuce\wplib-olm-customizer': 'x.x.x'

where x.x.x is the version number you wish to use.

You will then need to include the component-customizer.php file.