kirki-framework/control-code

Code control for the Kirki Customizer framework.

This package's canonical repository appears to be gone and the package has been frozen as a result.

v1.0.2 2022-03-11 18:37 UTC

This package is auto-updated.

Last update: 2023-01-11 20:16:21 UTC


README

Installation

First, install the package using composer:

composer require kirki-framework/control-code

Make sure you include the autoloader:

require_once get_parent_theme_file_path( 'vendor/autoload.php' );