Color Wings is a WordPress visual style editor.
- PHP 5.4 or above
- WordPress 5.0 or above
PHP CS: WordPress
Require Colorwings class
require_once dirname( __FILE__ ) . '/class-colorwings.php';
Register control
$wp_customize->register_control_type( 'ColorWings\Control_ColorWings' );
Add control
$wp_customize->add_control(
new Control_ColorWings(
$wp_customize,
'color_wings'
)
);
The main purpose of this repository is to continue evolving Colorwings, making it faster and easier to use. Development of Colorwings happens in the open on GitHub, and I am grateful to the community for contributing bugfixes and improvements.
Colorwings is MIT licensed.