=== Customizer Options Tree ===
Contributors: madmak787
Tags: option tree, customizer, custom option tree, tree, options, options tree, get_option
Requires at least: 4.0.0
Tested up to: 6.2.2
Requires PHP: 7.4
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Customizer Options Tree is a plugin to provide you easy UI to add options in customizer.

== Description ==
Its a plugin to add section and control into WP-Customizer, adding controls in WP-Customizer is complex and requires code dependent on each other to display a single option. But this plugin provides you easy UI to add section and controls, it will be saved in options table of wordpress, so you can simply call them by using get_option(`SLUG`); function.

== Installation ==
1. Upload plugin folder to the `ROOT/wp-content/plugins/` directory
2. Activate the plugin using the `Plugins > Add New` menu in WordPress Dashboard

== Screenshots ==
1. WP Admin
2. WP Customizer

== Changelog ==
1.1.0 Added defaults fields like logo, copyright text, social links etc. Fix some notices when debug on.

1.0.1 Added support for WP 6.2.2
1.0.0
