SILENT KILLERPanel

Current Path: > home > transcarter > public_html > > > > wp-content > plugins > elementor > core > frontend


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter/public_html////wp-content/plugins/elementor/core/frontend

NameTypeSizeLast ModifiedActions
render-modes Directory - -
performance.php File 625 bytes July 17 2025 21:06:23.
render-mode-manager.php File 5087 bytes July 17 2025 21:06:23.

Reading File: /home/transcarter/public_html////wp-content/plugins/elementor/core/frontend/performance.php

<?php
namespace Elementor\Core\Frontend;

use Elementor\Plugin;

class Performance {

	private static $use_style_controls = false;

	private static $is_frontend = null;

	public static function set_use_style_controls( bool $is_use ): void {
		static::$use_style_controls = $is_use;
	}

	public static function is_use_style_controls(): bool {
		return static::$use_style_controls;
	}

	public static function should_optimize_controls() {
		if ( null === static::$is_frontend ) {
			static::$is_frontend = (
				! is_admin()
				&& ! Plugin::$instance->preview->is_preview_mode()
			);
		}

		return static::$is_frontend;
	}
}

SILENT KILLER Tool