??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/pyan.co.uk/wp-content/plugins/elementor/modules/atomic-widgets/styles/style-file.php
⬅ Kembali
<?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;
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 cache-validity
dir
—
2026-06-24 10:05
🐘 atomic-styles-manager.php
php
7.3 KB
2026-02-02 14:52
🐘 atomic-widget-base-styles.php
php
1.2 KB
2025-12-22 17:25
🐘 atomic-widget-styles.php
php
3.8 KB
2026-05-20 16:19
🐘 css-files-manager.php
php
2.4 KB
2025-12-22 17:25
🐘 size-constants.php
php
5.8 KB
2026-05-20 16:19
🐘 style-definition.php
php
759 B
2025-03-17 17:28
🐘 style-file.php
php
946 B
2025-12-22 17:25
🐘 style-fonts.php
php
1.2 KB
2025-12-22 17:25
🐘 style-schema.php
php
17 KB
2026-05-20 16:19
🐘 style-states.php
php
2.4 KB
2026-03-30 13:49
🐘 style-variant.php
php
898 B
2025-12-22 17:25
🐘 styles-renderer.php
php
5 KB
2026-02-02 14:52