first commit

This commit is contained in:
2026-03-05 13:07:40 +01:00
commit 64ba0721ee
25709 changed files with 4691006 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?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-2021 Codestar
*
*
* Plugin Name: Codestar Framework
* Plugin URI: http://codestarframework.com/
* Author: Codestar
* Author URI: http://codestarthemes.com/
* Version: 2.2.2
* Description: A Simple and Lightweight WordPress Option Framework for Themes and Plugins
* Text Domain: csf
* Domain Path: /languages
*
*/
require_once plugin_dir_path( __FILE__ ) .'classes/setup.class.php';