mirror of https://github.com/vtrois/kratos
24 lines
679 B
PHP
24 lines
679 B
PHP
<?php if (!defined('ABSPATH')) {
|
|
die;
|
|
}
|
|
/**
|
|
*
|
|
* @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.4
|
|
* 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';
|
|
require get_template_directory() . '/inc/theme-options.php';
|