-
Notifications
You must be signed in to change notification settings - Fork 0
/
functions.php
24 lines (18 loc) · 923 Bytes
/
functions.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
define('KRATOS_VERSION','3.1.9');
require(get_template_directory().'/theme-updates/theme-update-checker.php'); //支持主题更新
// $example_update_checker=new ThemeUpdateChecker(
// 'kratos',
// 'https://xgxdmx.com/theme.json'
// );
require_once(get_template_directory().'/inc/core.php');
require_once(get_template_directory().'/inc/shortcode.php');
require_once(get_template_directory().'/inc/imgcfg.php');
require_once(get_template_directory().'/inc/post.php');
require_once(get_template_directory().'/inc/ua.php');
require_once(get_template_directory().'/inc/widgets.php');
require_once(get_template_directory().'/inc/smtp.php');
require_once(get_template_directory().'/inc/logincfg.php');
require_once(get_template_directory().'/inc/avatars.php');
require_once(get_template_directory().'/inc/myfunction.php');
require_once(get_template_directory().'/inc/live2d/live2d.php');//引入live2d界面