HEX
Server: LiteSpeed
System: Linux s787.bom1.mysecurecloudhost.com 4.18.0-477.13.1.lve.el8.x86_64 #1 SMP Thu Jun 1 16:40:47 EDT 2023 x86_64
User: mobilech (5348)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/mobilech/nepalapplesupport.com/wp-content/plugins/edubin-core/edubin-core.php
<?php
/**
 * Plugin Name: Edubin Core
 * Description: A Required core plugin for Edubin Theme.
 * Plugin URI: 	https://themeforest.net/item/edubin-education-lms-wordpress-theme/24037792
 * Author: 		Pixelcurve
 * Author URI: 	http://thepixelcurve.com/
 * Version: 	8.14.30
 * Text Domain: edubin-core
*/

if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly

define( 'EDUBIN_VERSION', '8.14.30' );
define( 'EDUBIN_ADDONS_PL_URL', plugins_url( '/', __FILE__ ) );
define( 'EDUBIN_ADDONS_PL_PATH', plugin_dir_path( __FILE__ ) );

// Required File
require_once EDUBIN_ADDONS_PL_PATH.'includes/helper-function.php';
require_once EDUBIN_ADDONS_PL_PATH.'includes/cmb2.php';
// require_once EDUBIN_ADDONS_PL_PATH.'includes/metabox2.php';
require_once EDUBIN_ADDONS_PL_PATH.'includes/cmb2/init.php';
require_once EDUBIN_ADDONS_PL_PATH.'includes/cmb2-fontawesome-icon-picker/cmb2-fontawesome-picker.php';
// require_once EDUBIN_ADDONS_PL_PATH.'includes/meta-box/meta-box.php';
require_once EDUBIN_ADDONS_PL_PATH.'init.php';
require_once EDUBIN_ADDONS_PL_PATH.'includes/kirki/kirki.php';

// Shortcode initialization
function edubin_core_load() {
    Edubin_Shortcode_Social::init();
    Edubin_Shortcode_QuickInfo::init();
}

add_action( 'plugins_loaded', 'edubin_core_load' );

// Shortcode 
 require_once EDUBIN_ADDONS_PL_PATH . '/shortcodes/shortcode-social.php';
 require_once EDUBIN_ADDONS_PL_PATH . '/shortcodes/shortcode-quick-info.php';

// Widgets 
 require_once EDUBIN_ADDONS_PL_PATH . '/widgets/latest_post_widget.php';
 require_once EDUBIN_ADDONS_PL_PATH . '/widgets/lp_course.php';
 require_once EDUBIN_ADDONS_PL_PATH . '/widgets/ld_course.php';
 //require_once EDUBIN_ADDONS_PL_PATH . '/widgets/sensei_course.php';

 // Post Type 
 require_once EDUBIN_ADDONS_PL_PATH . '/post-types/post-types-register.php';