????JFIF??x?x????'403WebShell
403Webshell
Server IP : 104.21.80.1  /  Your IP : 216.73.216.145
Web Server : LiteSpeed
System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : tempvsty ( 647)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/tempvsty/pontiacques.org/wp-content/plugins/soliloquy-lite/includes/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tempvsty/pontiacques.org/wp-content/plugins/soliloquy-lite/includes/admin//blocks.php
<?php
/**
 * Soliloquy Blocks Class.
 *
 * @since 2.7.7
 * @package SoliloquyWP
 * @author SoliloquyWP Team <[email protected]>
 */

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

/**
 * Soliloquy Blocks Class.
 *
 * @since 2.7.7
 */
class Soliloquy_Blocks {

	/**
	 * Holds Class Instance.
	 *
	 * @var Soliloquy_Blocks
	 */
	public static $instance = null;

	/**
	 * Holds Main instance.
	 *
	 * @var Soliloquy
	 */
	public $base = null;

	/**
	 * Class Constructor.
	 *
	 * @since 2.7.7
	 */
	public function __construct() {
		$this->base = Soliloquy_Lite::get_instance();
		add_action( 'init', [ $this, 'soliloquy_slider_dynamic_block_init' ] );
	}

	/**
	 * Init.
	 *
	 * @since 2.7.7
	 *
	 * @return void
	 */
	public function soliloquy_slider_dynamic_block_init() {
		register_block_type( SOLILOQUY_DIR . '/blocks/soliloquy' );
	}

	/**
	 * Returns the singleton instance of the class.
	 *
	 * @since 2.7.7
	 *
	 * @return object The Soliloquy_Common_Admin object.
	 */
	public static function get_instance() {
		if ( ! isset( self::$instance ) && ! ( self::$instance instanceof Soliloquy_Blocks ) ) {
			self::$instance = new self();
		}

		return self::$instance;
	}
}

$soliloquy_blocks = Soliloquy_Blocks::get_instance();

Youez - 2016 - github.com/yon3zu
LinuXploit