Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/www/wp-content/plugins/elementor/modules/global-classes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/www/wp-content/plugins/elementor/modules/global-classes/global-classes-css-preview.php
<?php

namespace Elementor\Modules\GlobalClasses;

class Global_Classes_CSS_Preview extends Global_Classes_CSS_File {

	const FILE_PREFIX = 'global-classes-preview-';

	private $meta_cache = [];

	public function is_update_required() {
		return true;
	}

	protected function load_meta() {
		return $this->meta_cache;
	}

	protected function delete_meta() {
		$this->meta_cache = [];
	}

	protected function update_meta( $meta ) {
		$this->meta_cache = $meta;
	}

	protected function get_file_handle_id() {
		return 'elementor-global-classes-preview-' . $this->get_post_id();
	}

	protected function render_css() {
		$this->render( Global_Classes_Repository::CONTEXT_PREVIEW );
	}
}

Spamworldpro Mini