mirror of
https://ghproxy.net/https://github.com/AlxMedia/halftype.git
synced 2025-08-28 06:03:49 +08:00
Update to Kirki 4.0.22
This commit is contained in:
parent
6d34b0693a
commit
0c16a908d6
492 changed files with 29668 additions and 39884 deletions
17
functions/kirki/inc/bootstrap.php
Normal file
17
functions/kirki/inc/bootstrap.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?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();
|
Loading…
Add table
Add a link
Reference in a new issue