REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.16 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementor/modules/atomic-widgets/styles/style-fonts.php
Text
Base64
<?php namespace Elementor\Modules\AtomicWidgets\Styles; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } const FONTS_KEY_PREFIX = 'elementor_atomic_styles_fonts-'; class Style_Fonts { private string $style_key; public function __construct( string $style_key ) { $this->style_key = $style_key; } public static function make( string $style_key ) { return new static( $style_key ); } public function add( string $font ) { $style_fonts = $this->get_fonts(); if ( ! in_array( $font, $style_fonts, true ) ) { $style_fonts[] = $font; $this->update_fonts( $style_fonts ); } } public function get(): array { return $this->get_fonts(); } public function clear() { $this->update_fonts( [] ); } private function get_fonts(): array { $style_fonts_key = $this->get_key(); return get_option( $style_fonts_key, [] ); } private function update_fonts( array $fonts ) { $style_fonts_key = $this->get_key(); if ( empty( $fonts ) ) { delete_option( $style_fonts_key ); return; } update_option( $style_fonts_key, $fonts, false ); } private function get_key(): string { return FONTS_KEY_PREFIX . $this->style_key; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 12
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
cache-validity
DIR
-
drwxr-xr-x
2026-06-10 02:40:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
atomic-styles-manager.php
7.27 KB
lrw-r--r--
2026-02-02 14:52:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
atomic-widget-base-styles.php
1.21 KB
lrw-r--r--
2025-12-22 17:25:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
atomic-widget-styles.php
3.77 KB
lrw-r--r--
2026-05-20 16:19:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
css-files-manager.php
2.41 KB
lrw-r--r--
2025-12-22 17:25:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
size-constants.php
5.80 KB
lrw-r--r--
2026-05-20 16:19:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
style-definition.php
759 B
lrw-r--r--
2025-03-17 17:28:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
style-file.php
946 B
lrw-r--r--
2025-12-22 17:25:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
style-fonts.php
1.16 KB
lrw-r--r--
2025-12-22 17:25:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
style-schema.php
16.99 KB
lrw-r--r--
2026-05-20 16:19:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
style-states.php
2.40 KB
lrw-r--r--
2026-03-30 13:49:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
style-variant.php
898 B
lrw-r--r--
2025-12-22 17:25:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
styles-renderer.php
5.03 KB
lrw-r--r--
2026-02-02 14:52:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).