加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
functions.php 950 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
/*
*
* 主题初始化
* @author 友人a丶
* @date 2022-06-06
* @life,加油
* */
include_once get_template_directory() . '/include/config.php'; //加载一些通用方法
include_once get_template_directory() . '/include/functions/common.php'; //加载一些通用方法
include_once get_template_directory() . '/include/response/response.php'; //处理前端ajax请求
include_once get_template_directory() . '/include/themes/theme.php'; //主题钩子
include_once get_template_directory() . '/include/admin/admin.php'; //后台钩子
include_once get_template_directory() . '/include/widget/widget.php';//加载小部件
include_once get_template_directory() . '/include/functions/smtp.php';//加载smtp
include_once get_template_directory() . '/include/class/CommentsWalker.php';//自定义评论输出
include_once get_template_directory() . '/include/functions/initialize.php';//覆盖wordpress默认设置
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化