X7ROOT File Manager
Current Path:
/home/iptvzxij/public_html/wp-content/plugins/elementor/modules/components
home
/
iptvzxij
/
public_html
/
wp-content
/
plugins
/
elementor
/
modules
/
components
/
📁
..
📄
components-parser.php
(969 B)
📄
components-repository.php
(1.78 KB)
📄
components-rest-api.php
(4.46 KB)
📄
components.php
(494 B)
📁
documents
📄
module.php
(1.91 KB)
📁
styles
📁
widgets
Editing: components.php
<?php namespace Elementor\Modules\Components; use Elementor\Core\Utils\Collection; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Components { private Collection $components; public static function make( array $components = [] ) { return new static( $components ); } private function __construct( array $components = [] ) { $this->components = Collection::make( $components ); } public function get_components() { return $this->components; } }
Upload File
Create Folder