PHP 8.2.31
Preview: atomic-promotion-control.php Size: 473 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementor/modules/promotions/controls/atomic-promotion-control.php

<?php
namespace Elementor\Modules\Promotions\Controls;

use Elementor\Modules\AtomicWidgets\Controls\Base\Atomic_Control_Base;

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

class Atomic_Promotion_Control extends Atomic_Control_Base {

	public static function make( string $type ): self {
		return new self( $type );
	}

	public function get_type(): string {
		return $this->get_bind();
	}

	public function get_props(): array {
		return [];
	}
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
473 B lrw-r--r-- 2026-02-05 01:46:24
Edit Download
1.22 KB lrw-r--r-- 2024-12-10 19:19:32
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).