option-framework.php 733 B

123456789101112131415161718192021
  1. <?php if ( ! defined( 'ABSPATH' ) ) { die; } // Cannot access directly.
  2. /**
  3. *
  4. * @package Codestar Framework - WordPress Options Framework
  5. * @author Codestar <info@codestarthemes.com>
  6. * @link http://codestarframework.com
  7. * @copyright 2015-2022 Codestar
  8. *
  9. *
  10. * Plugin Name: Sakurairo_CSF
  11. * Plugin URI: https://github.com/Fuukei/Sakurairo_CSF
  12. * Author: Codestar with Fuukei
  13. * Author URI: https://github.com/Fuukei
  14. * Version: 2.2.7
  15. * Description: A Simple and Lightweight WordPress Option Framework for Sakurairo
  16. * Text Domain: sakurairo_csf
  17. * Domain Path: /languages
  18. *
  19. */
  20. require_once plugin_dir_path( __FILE__ ) .'classes/setup.class.php';
  21. require_once plugin_dir_path(__FILE__) .'options/theme-options.php';