mirror of
https://ghproxy.net/https://github.com/AlxMedia/featureon.git
synced 2025-08-27 00:53:11 +08:00
18 lines
261 B
PHP
18 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();
|