File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pabloaso/public_html/wp-content/plugins/uwac-7-1610815802/admin/includes/dependencies.php
<?php
/* ===============================================================================================
    ADMIN FRAMEWORK
   =============================================================================================== */
if (!function_exists('cssf_framework_init_check')){
	function cssf_framework_init_check() {
		if( ! function_exists( 'cssf_framework_init' ) && ! class_exists( 'CSSFramework' ) ) {
			// Plugin location of cs-framework.php
			require_once plugin_dir_path( dirname( __FILE__ ) ) . '../adminframework/cssf-framework.php';
		}
	}
	add_action( 'plugins_loaded', 'cssf_framework_init_check' );
}


/* ===============================================================================================
    LOAD PLUGIN EXTERNAL DEPENDENCY FILES
   =============================================================================================== */
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/functions.php';
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/define.php'; // Set plugin constants

// Init other actions before everything


// Admin Pages
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/page-dashboard.php';   // Admin Page