SILENT KILLERPanel

Current Path: > home > transcarter > > www > wp-content > > > > plugins > elementor-pro > core > preview


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//www/wp-content////plugins/elementor-pro/core/preview

NameTypeSizeLast ModifiedActions
preview.php File 615 bytes March 09 2023 22:15:56.

Reading File: /home/transcarter//www/wp-content////plugins/elementor-pro/core/preview/preview.php

<?php
namespace ElementorPro\Core\Preview;

use Elementor\Core\Base\App;

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

class Preview extends App {

	public function __construct() {
		add_action( 'elementor/preview/enqueue_styles', [ $this, 'enqueue_styles' ] );
	}

	public function get_name() {
		return 'pro-preview';
	}

	public function enqueue_styles() {
		wp_enqueue_style(
			'pro-editor-preview',
			$this->get_css_assets_url( 'preview', null, 'default', true ),
			[],
			ELEMENTOR_PRO_VERSION
		);
	}

	protected function get_assets_base_url() {
		return ELEMENTOR_PRO_URL;
	}
}

SILENT KILLER Tool