mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogcards.git
synced 2025-08-26 08:41:13 +08:00
17 lines
261 B
PHP
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();
|