colordive/functions/kirki/inc/bootstrap.php
Alexander Agnarson 3068304eb6 Initial commit
2025-03-30 14:46:55 +02:00

17 lines
261 B
PHP

<?php
/**
* Bootstrap the plugin.
*
* @since 4.0
* @package kirki
*/
/**
* Instantiate oblects.
*
* @since 4.0
*/
new \Kirki\Compatibility\Aliases();
new \Kirki\Compatibility\Scripts();
new \Kirki\Compatibility\Deprecated();
new \Kirki\Data\Option();