??????????????
??????????????
??????????????
??????????????
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/global-classes/global-classes.php
⬅ Kembali
<?php
namespace Elementor\Modules\GlobalClasses;
use Elementor\Core\Utils\Collection;
class Global_Classes {
private Collection $items;
private Collection $order;
private Collection $ordered_items;
public static function make( array $items = [], array $order = [] ) {
return new static( $items, $order );
}
private function __construct( array $data = [], array $order = [] ) {
$this->items = Collection::make( $data );
$this->order = Collection::make( $order );
$this->ordered_items = $this->order
->map( fn( $id ) => $data[ $id ] ?? null )
->filter( fn( $item ) => null !== $item );
}
public function get_items() {
return $this->items;
}
public function get_order() {
return $this->order;
}
public function get_ordered_items() {
return $this->ordered_items;
}
public function get() {
return [
'items' => $this->get_items()->all(),
'order' => $this->get_order()->all(),
];
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 concerns
dir
—
2026-06-24 10:05
📁 database
dir
—
2026-06-24 10:05
📁 import-export
dir
—
2026-06-24 10:05
📁 import-export-customization
dir
—
2026-06-24 10:05
📁 import-export-utils
dir
—
2026-06-24 10:05
📁 usage
dir
—
2026-06-24 10:05
📁 utils
dir
—
2026-06-24 10:05
🐘 atomic-global-styles.php
php
4.8 KB
2026-06-08 16:48
🐘 global-class-post-type.php
php
765 B
2026-05-20 16:19
🐘 global-class-post.php
php
6.5 KB
2026-05-26 12:54
🐘 global-classes-cleanup.php
php
2.5 KB
2026-06-08 16:48
🐘 global-classes-labels.php
php
3.4 KB
2026-06-08 16:48
🐘 global-classes-order.php
php
1.9 KB
2026-06-08 16:48
🐘 global-classes-parser.php
php
4.1 KB
2026-05-20 16:19
🐘 global-classes-post-ids.php
php
5.6 KB
2026-05-26 12:54
🐘 global-classes-relations.php
php
9.7 KB
2026-05-20 16:19
🐘 global-classes-repository.php
php
14.7 KB
2026-06-08 16:48
🐘 global-classes-rest-api.php
php
13.5 KB
2026-06-08 16:48
🐘 global-classes.php
php
931 B
2026-03-30 13:49
🐘 module.php
php
4.1 KB
2026-05-26 12:54