Edit File: csf.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.2.6 * 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';