blogcards/functions/kirki/inc/bootstrap.php
Alexander Agnarson 74bf86a6f2 Initial commit
2024-04-14 21:21:20 +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();