oont-contents/plugins/pre-orders-for-woocommerce/includes/codestar-framework/codestar-framework.php
2025-02-08 15:10:23 +01:00

20 lines
647 B
PHP

<?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
*
*
* Plugin Name: Codestar Framework
* Plugin URI: http://codestarframework.com/
* Author: Codestar
* Author URI: http://codestarthemes.com/
* Version: 2.3.1
* 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';