1 Star 0 Fork 0

haoyundada-wordpress/theme-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
csf.php 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
大天使 提交于 2025-04-01 16:59 +08:00 . chore: 将多个文件的权限从644更改为755
<?php if ( ! defined( 'ABSPATH' ) ) { die; } // Cannot access directly.
/**
*
* @package Codestar Framework - WordPress Options Framework
* @author Codestar <info@codestarthemes.com>
* @link http://codestarframework.com
* @copyright 2015-2022 Codestar
* @version 2.3.1
*
*/
if (!class_exists('CSF')) {
require_once plugin_dir_path( __FILE__ ) .'classes/setup.class.php';
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/haoyundada-wordpress/theme-framework.git
git@gitee.com:haoyundada-wordpress/theme-framework.git
haoyundada-wordpress
theme-framework
theme-framework
master

搜索帮助